Skip to content

Commit

Permalink
Don't use 'silent' by default for curl
Browse files Browse the repository at this point in the history
It's nice to have some visual feedback that something is actually
happening.

Fix #43
  • Loading branch information
necolas committed Oct 13, 2014
1 parent 95b0fea commit 0ac63ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/curlrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ referer = ";auto"
# Show error messages
show-error

# Do not show the progress meter
silent
# Show progress using a progress meter
progress-bar

# Send a fake UA string for the HTTP servers that sniff it
user-agent = "Mozilla/5.0 Gecko"

0 comments on commit 0ac63ec

Please sign in to comment.