Remove k command and use dnx instead

This commit is contained in:
Wei Wang 2015-03-24 21:31:44 -07:00
parent 1e9d57f80c
commit 5afe55dc39
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