Remove k command and use dnx instead

This commit is contained in:
Wei Wang 2015-03-24 21:39:13 -07:00
parent f6ff2deebd
commit cdd5d6356f
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