Skip to content
Snippets Groups Projects
Unverified Commit dc35cf4e authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #6545 from maboloshi/patch-1

Adding the `header` option to `CurlDownloadStrategy`.
parents e407da3d 52511d3f
No related branches found
No related tags found
No related merge requests found
......@@ -421,6 +421,8 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
args += ["--user", meta.fetch(:user)] if meta.key?(:user)
args += ["--header", meta.fetch(:header)] if meta.key?(:header)
args
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment