We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032001b commit 318fd2bCopy full SHA for 318fd2b
lib/puppet_forge_server/app/views/upload.haml
@@ -36,7 +36,7 @@
36
%div.code-block
37
%pre
38
:markdown
39
- curl -F "file=@pkg/_<name>_-_<version>_.tar.gz" #{request.env['REQUEST_URI']}
+ curl -F "file=@pkg/_<name>_-_<version>_.tar.gz" #{request.env['rack.url_scheme']}://#{request.env['HTTP_HOST']}#{request.env['REQUEST_URI']}
40
41
%span.search_error
42
-if upload_status
0 commit comments