aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-10 20:01:52 -0800
committerAdam Vandenberg2012-02-10 20:01:52 -0800
commitdf5313105e72020fe3dee615f055bbc5cc697a1c (patch)
tree87072e3b0a7f81e75a21c9db4b86fc4ac36d14e6 /Library
parent6f8552cf9c364db0cbd63d3fc0a9d144e6aa54c6 (diff)
downloadhomebrew-df5313105e72020fe3dee615f055bbc5cc697a1c.tar.bz2
putmail-queue: style update
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/putmail-queue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/putmail-queue.rb b/Library/Formula/putmail-queue.rb
index 5c9c15647..a44dda379 100644
--- a/Library/Formula/putmail-queue.rb
+++ b/Library/Formula/putmail-queue.rb
@@ -8,7 +8,7 @@ class PutmailQueue < Formula
depends_on 'putmail'
def install
- bin.install ['putmail_dequeue.py', 'putmail_enqueue.py']
+ bin.install 'putmail_dequeue.py', 'putmail_enqueue.py'
man1.install Dir["man/man1/*.1"]
end
end