aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel John2013-06-04 14:20:43 +0200
committerSamuel John2013-06-04 14:20:43 +0200
commit050bf0a33648fdc7813f1cdc1c1349b91ecbc85d (patch)
treebbe33c0f9f97200236905c21627c1a5e83120609
parent9ba30d7d927fbf8d6ffec32075becebffdc3df94 (diff)
downloadhomebrew-050bf0a33648fdc7813f1cdc1c1349b91ecbc85d.tar.bz2
terminal-notifier: Style bits.
-rw-r--r--Library/Formula/terminal-notifier.rb8
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