Update NotifyMacOSX.py

The filename for terminal-notifier is incorrect for Homebrew (terminal-notify is the package name)
This commit is contained in:
Matt Packwood 2022-02-02 16:43:27 -05:00
parent 18b46c0099
commit e73025863b

View File

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