(message string, notifyCommand string)
| 184 | } |
| 185 | |
| 186 | func getNotifyCommand(message string, notifyCommand string) string { |
| 187 | if len(notifyCommand) == 0 { |
| 188 | return "" |
| 189 | } |
| 190 | return injectCommandWithMessage(notifyCommand, message) |
| 191 | } |
no test coverage detected