Remove k command and use dnx instead

This commit is contained in:
Wei Wang 2015-03-24 21:34:59 -07:00
parent c1e298b010
commit ceb37405d5
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