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 3947e9c commit 8e6cb7aCopy full SHA for 8e6cb7a
install-filcrypto
@@ -123,7 +123,7 @@ download_release_tarball() {
123
-w "%{url_effective}" \
124
"${__release_url}")
125
126
- if ! curl --retry 3 --output "${__tar_path}" "${__asset_url}"; then
+ if ! curl "${auth_header[@]}" --retry 3 --output "${__tar_path}" "${__asset_url}"; then
127
(>&2 echo "[download_release_tarball] failed to download release asset (tag URL: ${__release_tag_url}, asset URL: ${__asset_url})")
128
return 1
129
fi
0 commit comments