Update NotifyMacOSX.py

The filename for terminal-notifier is incorrect for Homebrew (terminal-notify is the package name)
pull/539/head
Matt Packwood 2022-02-02 16:43:27 -05:00
parent 18b46c0099
commit e73025863b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class NotifyMacOSX(NotifyBase):
# The possible paths to the terminal-notifier
notify_paths = (
'/opt/homebrew/bin/terminal-notify',
'/opt/homebrew/bin/terminal-notifier',
'/usr/local/bin/terminal-notifier',
)