Skip to content

Commit 1b23c63

Browse files
committed
Updated comment to fix golint warning
1 parent 676e31f commit 1b23c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func ProcessAlerts(cmd string) error {
100100
}
101101

102102
//
103-
// ExecuteWithAlert executes the specified command with the Alert-event
103+
// ExecWithAlert executes the specified command with the Alert-event
104104
// piped to it on STDIN, as JSON.
105105
//
106106
func ExecWithAlert(command string, event alert.Alert) error {

0 commit comments

Comments
 (0)