diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/terminal-notifier.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb index 5cf7fc41e..01e05d062 100644 --- a/Library/Formula/terminal-notifier.rb +++ b/Library/Formula/terminal-notifier.rb @@ -50,12 +50,8 @@ class TerminalNotifier < Formula "-title", "Homebrew", "-group", "brew", "-message", "terminal-notifier test successful!", - "-open", "'http://brew.sh'" - # "-subtitle", "Test CLI Notification", - # "-message", "Run terminal-notifier (sans args) for usage info", - # We bind the notices' click event to a NOP, essentially, - # by stipulating the ID of the notice widget's own app bundle - # as that which it should 'activate'. + "-open", "'http://brew.sh'", + "-subtitle", "Test CLI Notification" end end |
