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
diff options
context:
space:
mode:
Diffstat (limited to 'kvm.ps1')
-rw-r--r--kvm.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm.ps1 b/kvm.ps1
index 2367bebffe..c38bfa7c76 100644
--- a/kvm.ps1
+++ b/kvm.ps1
@@ -38,7 +38,7 @@ function String-IsEmptyOrWhitespace([string]$str) {
if (!$feed)
{
- $feed = "https://www.myget.org/F/aspnetvnext/api/v2";
+ $feed = "https://www.myget.org/F/aspnetmaster/api/v2";
}
$scriptPath = $myInvocation.MyCommand.Definition