Skip to content

Commit

Permalink
Changing feeds to point to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Joshi committed Nov 12, 2014
1 parent d6e3bf2 commit c667900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kvm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function String-IsEmptyOrWhitespace([string]$str) {

if (!$feed)
{
$feed = "https://www.myget.org/F/aspnetmaster/api/v2";
$feed = "https://www.nuget.org/api/v2";
}

$scriptPath = $myInvocation.MyCommand.Definition
Expand Down
2 changes: 1 addition & 1 deletion kvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

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

_kvm_find_latest() {
Expand Down

0 comments on commit c667900

Please sign in to comment.