diff options
| author | Ted Pennings | 2014-02-23 16:23:05 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-23 14:00:23 -0800 |
| commit | 06b9f817446c8f7cc600054e9cc5414f2d33dba6 (patch) | |
| tree | cf0181856fc140f18e04e23b8c257ff9715d974b /Library/Formula | |
| parent | d55ac4f1cae520fe30360ec943d636d97f7304a4 (diff) | |
| download | homebrew-06b9f817446c8f7cc600054e9cc5414f2d33dba6.tar.bz2 | |
rancid: fix spacing
Closes #26945.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rancid.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rancid.rb b/Library/Formula/rancid.rb index 6a9b0bf21..c7c0d0d33 100644 --- a/Library/Formula/rancid.rb +++ b/Library/Formula/rancid.rb @@ -11,7 +11,7 @@ class Rancid < Formula system "make install" end - def test - system "#{bin}/rancid", "localhost" - end + test do + system "#{bin}/rancid", "localhost" + end end |
