Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 875c974

Browse files
committed
add www to nuget url so that it is correct.
1 parent 2697ee5 commit 875c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dnvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _DNVM_RUNTIME_FOLDER_NAME=".dnx"
1111
_DNVM_COMMAND_NAME="dnvm"
1212
_DNVM_PACKAGE_MANAGER_NAME="dnu"
1313
_DNVM_VERSION_MANAGER_NAME=".NET Version Manager"
14-
_DNVM_DEFAULT_FEED="https://nuget.org/api/v2"
14+
_DNVM_DEFAULT_FEED="https://www.nuget.org/api/v2"
1515
_DNVM_DEFAULT_UNSTABLE_FEED="https://www.myget.org/F/aspnetvnext/api/v2"
1616
_DNVM_UPDATE_LOCATION="https://raw.githubusercontent.com/aspnet/Home/dev/dnvm.sh"
1717
_DNVM_HOME_VAR_NAME="DNX_HOME"

0 commit comments

Comments
 (0)