Skip to content

Commit 734ebf5

Browse files
authored
replace kubectl with telepresence to fix #73 (#87)
1 parent 14c0f1a commit 734ebf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/start-dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if ! command_exist kustomize || ! command_exist telepresence; then
6363
if ! command_exist kustomize; then
6464
error_exit "command 'kustomize' not found: please visit https://kubectl.docs.kubernetes.io/installation/kustomize/"
6565
fi
66-
if ! command_exist kubectl; then
66+
if ! command_exist telepresence; then
6767
error_exit "command 'telepresence' not found. You can download it at https://www.telepresence.io/reference/install"
6868
fi
6969
fi

0 commit comments

Comments
 (0)