Skip to content

Commit

Permalink
Fix typo in notifier -- fixes #478
Browse files Browse the repository at this point in the history
  • Loading branch information
micha committed Jul 30, 2016
1 parent 232bf70 commit 65cbfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/core/src/boot/task_helpers/notify.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

(defmethod notify-method "Mac OS X"
[_ {:keys [message title icon pid] :as notification}]
(if (program-exists? "terminal_notifier")
(if (program-exists? "terminal-notifier")
(shell/sh "terminal-notifier" "-message" message "-title" title "-contentImage" icon "-group" pid)
((get-method notify-method :default) :default notification)))

Expand Down

0 comments on commit 65cbfc8

Please sign in to comment.