Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 0b8274e

Browse files
committed
Remove k command and use dnx instead
1 parent 8e57f8a commit 0b8274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if ! type dnvm > /dev/null 2>&1; then
3131
source packages/KoreBuild/build/dnvm.sh
3232
fi
3333

34-
if ! type k > /dev/null 2>&1; then
34+
if ! type dnx > /dev/null 2>&1; then
3535
dnvm upgrade
3636
fi
3737

0 commit comments

Comments
 (0)