aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cellar/homebrew/brewkit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cellar/homebrew/brewkit.rb b/Cellar/homebrew/brewkit.rb
index 93dd5c2fd..a7d4e085f 100644
--- a/Cellar/homebrew/brewkit.rb
+++ b/Cellar/homebrew/brewkit.rb
@@ -122,7 +122,7 @@ protected
def fetch
tgz=File.expand_path File.basename(@url)
unless File.exists? tgz
- `curl -LOA "#{$agent}" "#{@url}"`
+ `curl -#LOA "#{$agent}" "#{@url}"`
raise "Download failed" unless $? == 0
end
return tgz