Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kvm.sh')
-rw-r--r--kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm.sh b/kvm.sh
index c3a222cee1..e7da7ba579 100644
--- a/kvm.sh
+++ b/kvm.sh
@@ -15,7 +15,7 @@ fi
KRE_USER_PACKAGES="$KRE_USER_HOME/packages"
if [ -z "$KRE_FEED" ]; then
- KRE_FEED="https://www.myget.org/F/aspnetvnext/api/v2"
+ KRE_FEED="https://www.myget.org/F/aspnetmaster/api/v2"
fi
_kvm_find_latest() {