aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cliweather.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cliweather.rb')
-rw-r--r--Library/Formula/cliweather.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cliweather.rb b/Library/Formula/cliweather.rb
index b68f53d3e..921293bc1 100644
--- a/Library/Formula/cliweather.rb
+++ b/Library/Formula/cliweather.rb
@@ -10,6 +10,6 @@ class Cliweather < Formula
end
def test
- system "cliweather 98027"
+ system "#{bin}/cliweather 98027"
end
end