Skip to content

Commit 2a95b77

Browse files
committed
Remove k command and use dnx instead
1 parent fa95120 commit 2a95b77

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)