Skip to content

Commit 12160df

Browse files
authored
kctf config => cluster (#303)
1 parent 3b162f4 commit 12160df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/kctf-challenge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function has_cluster_config {
2121

2222
function require_cluster_config {
2323
if ! has_cluster_config; then
24-
_kctf_log_err "No config loaded. You need to run \"kctf config\" first."
24+
_kctf_log_err "No config loaded. You need to run \"kctf cluster\" first."
2525
exit 1
2626
fi
2727
}

0 commit comments

Comments
 (0)