We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e3bf2 commit c667900Copy full SHA for c667900
kvm.ps1
@@ -38,7 +38,7 @@ function String-IsEmptyOrWhitespace([string]$str) {
38
39
if (!$feed)
40
{
41
- $feed = "https://www.myget.org/F/aspnetmaster/api/v2";
+ $feed = "https://www.nuget.org/api/v2";
42
}
43
44
$scriptPath = $myInvocation.MyCommand.Definition
kvm.sh
@@ -15,7 +15,7 @@ fi
15
16
KRE_USER_PACKAGES="$KRE_USER_HOME/packages"
17
if [ -z "$KRE_FEED" ]; then
18
- KRE_FEED="https://www.myget.org/F/aspnetmaster/api/v2"
+ KRE_FEED="https://www.nuget.org/api/v2"
19
fi
20
21
_kvm_find_latest() {
0 commit comments