We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c0f1a commit 734ebf5Copy full SHA for 734ebf5
templates/start-dev-env.sh
@@ -63,7 +63,7 @@ if ! command_exist kustomize || ! command_exist telepresence; then
63
if ! command_exist kustomize; then
64
error_exit "command 'kustomize' not found: please visit https://kubectl.docs.kubernetes.io/installation/kustomize/"
65
fi
66
- if ! command_exist kubectl; then
+ if ! command_exist telepresence; then
67
error_exit "command 'telepresence' not found. You can download it at https://www.telepresence.io/reference/install"
68
69
0 commit comments