Skip to content

Commit

Permalink
Add silent flag for curl download
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Jun 2, 2017
1 parent 64cb9ae commit 97e8bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/interactiveutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ else
rethrow()
end
elseif downloadcmd == :curl
run(`curl -L -f -o $filename $url`)
run(`curl -L -f -s -o $filename $url`)
elseif downloadcmd == :fetch
run(`fetch -f $filename $url`)
else
Expand Down

0 comments on commit 97e8bb4

Please sign in to comment.