Skip to content

Commit 30d23f1

Browse files
committed
chore: format fix
1 parent 0a718be commit 30d23f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/chat.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ func sendNotification(options *domain.ChatOptions, patternName, result string) e
159159
// SECURITY: Pass title and message as proper shell positional arguments $1 and $2
160160
// This matches the documented interface where custom commands receive title and message as shell variables
161161
cmd := exec.Command("sh", "-c", options.NotificationCommand+" \"$1\" \"$2\"", "--", title, message)
162-
162+
163163
// For debugging: capture and display output from custom commands
164164
cmd.Stdout = os.Stdout
165165
cmd.Stderr = os.Stderr
166-
166+
167167
return cmd.Run()
168168
}
169169

0 commit comments

Comments
 (0)