Skip to content

Commit c667900

Browse files
author
Suhas Joshi
committed
Changing feeds to point to nuget
1 parent d6e3bf2 commit c667900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kvm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function String-IsEmptyOrWhitespace([string]$str) {
3838

3939
if (!$feed)
4040
{
41-
$feed = "https://www.myget.org/F/aspnetmaster/api/v2";
41+
$feed = "https://www.nuget.org/api/v2";
4242
}
4343

4444
$scriptPath = $myInvocation.MyCommand.Definition

kvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
KRE_USER_PACKAGES="$KRE_USER_HOME/packages"
1717
if [ -z "$KRE_FEED" ]; then
18-
KRE_FEED="https://www.myget.org/F/aspnetmaster/api/v2"
18+
KRE_FEED="https://www.nuget.org/api/v2"
1919
fi
2020

2121
_kvm_find_latest() {

0 commit comments

Comments
 (0)