diff options
| author | Samuel John | 2013-06-04 14:20:43 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-04 14:20:43 +0200 |
| commit | 050bf0a33648fdc7813f1cdc1c1349b91ecbc85d (patch) | |
| tree | bbe33c0f9f97200236905c21627c1a5e83120609 /Library | |
| parent | 9ba30d7d927fbf8d6ffec32075becebffdc3df94 (diff) | |
| download | homebrew-050bf0a33648fdc7813f1cdc1c1349b91ecbc85d.tar.bz2 | |
terminal-notifier: Style bits.
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 |
