Show stdout for curl commands.

This commit is contained in:
Markus Reiter 2018-08-01 11:15:42 +02:00
parent 96eb404af9
commit c98c71ae64

View File

@ -42,6 +42,7 @@ def curl(*args)
# with SSL downloads so unset it here.
system_command! curl_executable,
args: curl_args(*args),
print_stdout: true,
env: { "SSL_CERT_FILE" => nil }
end