diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 64d7c30..bd15271 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -45,7 +45,7 @@ createHelmYaml() { # if KUBECONFIG_DATA is set if [[ -z "$KUBECONFIG_DATA" ]]; then - print "# Installing .kube/config" + echo "# Installing .kube/config" mkdir -p ~/.kube echo "$KUBECONFIG_DATA" > ~/.kube/config fi