Loading pkgs/by-name/nu/nuget-to-json/nuget-to-json.sh +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ for index in "${sources[@]}"; do remote_sources+=("$index") base_address=$( curl --compressed --netrc -fsSL "$index" | curl --compressed --netrc-optional -fsSL "$index" | jq -r '.resources[] | select(."@type" == "PackageBaseAddress/3.0.0")."@id"' ) if [[ ! "$base_address" == */ ]]; then Loading Loading
pkgs/by-name/nu/nuget-to-json/nuget-to-json.sh +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ for index in "${sources[@]}"; do remote_sources+=("$index") base_address=$( curl --compressed --netrc -fsSL "$index" | curl --compressed --netrc-optional -fsSL "$index" | jq -r '.resources[] | select(."@type" == "PackageBaseAddress/3.0.0")."@id"' ) if [[ ! "$base_address" == */ ]]; then Loading