diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wget.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index a5c16f499..3e1166fcf 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -26,6 +26,6 @@ class Wget < Formula end def test - system "wget --version" + system "#{bin}/wget -O - www.google.com" end end |
