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 403ba18 commit 5918547Copy full SHA for 5918547
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 -fsSL "$index" |
41
jq -r '.resources[] | select(."@type" == "PackageBaseAddress/3.0.0")."@id"'
42
)
43
if [[ ! "$base_address" == */ ]]; then
0 commit comments