Remove k command and use dnx instead

This commit is contained in:
Wei Wang 2015-03-24 21:47:31 -07:00
parent 226257020b
commit 10cfee154b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if ! type dnvm > /dev/null 2>&1; then
source packages/KoreBuild/build/dnvm.sh
fi
if ! type k > /dev/null 2>&1; then
if ! type dnx > /dev/null 2>&1; then
dnvm upgrade
fi