From 8022bf4dc0f814d527965ed8ec7048f647c44ec5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 15 May 2012 16:36:45 -0500 Subject: Fix more quoting issues Signed-off-by: Jack Nagel --- Library/Formula/cliweather.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/cliweather.rb') diff --git a/Library/Formula/cliweather.rb b/Library/Formula/cliweather.rb index 921293bc1..f655c990b 100644 --- a/Library/Formula/cliweather.rb +++ b/Library/Formula/cliweather.rb @@ -10,6 +10,6 @@ class Cliweather < Formula end def test - system "#{bin}/cliweather 98027" + system "#{bin}/cliweather", "98027" end end -- cgit v1.2.3