Merge pull request #4589 from reitermarkus/curl-stdout

Show `stdout` for `curl` commands.
This commit is contained in:
Markus Reiter 2018-08-01 12:33:59 +02:00 committed by GitHub
commit f46eafc271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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