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.
2 parents 37aabe8 + 36721b0 commit 91f6018Copy full SHA for 91f6018
pkgs/by-name/nu/nuget-to-json/nuget-to-json.sh
@@ -37,7 +37,7 @@ for index in "${sources[@]}"; do
37
remote_sources+=("$index")
38
39
base_address=$(
40
- curl --compressed --netrc -fsL "$index" |
+ curl --compressed --netrc-optional -fsSL "$index" |
41
jq -r '.resources[] | select(."@type" == "PackageBaseAddress/3.0.0")."@id"'
42
)
43
if [[ ! "$base_address" == */ ]]; then
0 commit comments