Skip to content

Commit 3c56f08

Browse files
committed
Bug and test fixes
1 parent e37fdbe commit 3c56f08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dotnet-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ get_feeds_to_use()
11341134
11351135
if [[ "$no_cdn" == "true" ]]; then
11361136
feeds=(
1137-
"https://dotnetcli.blob.core.windows.net/dotnet",
1137+
"https://dotnetcli.blob.core.windows.net/dotnet"
11381138
"https://dotnetbuilds.blob.core.windows.net/public"
11391139
)
11401140
@@ -1184,6 +1184,8 @@ generate_akams_links() {
11841184
11851185
if [[ "$valid_aka_ms_link" == true ]]; then
11861186
say_verbose "Retrieved primary payload URL from aka.ms link: '$aka_ms_download_link'."
1187+
say-verbose "Downloading using legacy url will not be attempted."
1188+
11871189
download_link=$aka_ms_download_link
11881190
11891191
#get version from the path

0 commit comments

Comments
 (0)