mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-29 14:33:39 +03:00
Merge pull request #86 from input-output-hk/andrea/show-error
Let curl show errors when something fails
This commit is contained in:
commit
fe9187f563
@ -89,6 +89,8 @@ runCurl uri path etagFile = do
|
||||
[ "curl"
|
||||
, -- Silent or quiet mode. Do not show progress meter or error messages. Makes Curl mute.
|
||||
"--silent"
|
||||
, -- ... but still show errors
|
||||
"--show-error"
|
||||
, -- Fail fast with no output at all on server errors.
|
||||
"--fail"
|
||||
, -- If the server reports that the requested page has moved to a different location this
|
||||
|
Loading…
Reference in New Issue
Block a user