We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a typo here which causes the notify task on OSX not to be able to find the terminal-notifier program: https://github.com/boot-clj/boot/blob/master/boot/core/src/boot/task_helpers/notify.clj#L35
notify
Should be terminal-notifier instead of terminal_notifier
terminal-notifier
terminal_notifier
The text was updated successfully, but these errors were encountered:
65cbfc8
micha
No branches or pull requests
There is a typo here which causes the
notify
task on OSX not to be able to find the terminal-notifier program: https://github.com/boot-clj/boot/blob/master/boot/core/src/boot/task_helpers/notify.clj#L35Should be
terminal-notifier
instead ofterminal_notifier
The text was updated successfully, but these errors were encountered: