diff --git a/scripts/install_kubectl.sh b/scripts/install_kubectl.sh index ed94e5d4..776b927f 100644 --- a/scripts/install_kubectl.sh +++ b/scripts/install_kubectl.sh @@ -14,7 +14,7 @@ if [[ "$1" =~ ^v?[0-9]+\.[0-9]+\.[0-9]+$ ]]; then shift fi -if [[ "$1" == "--dry-run" ]] || [[ "$1" == "-n" ]]; then +if [[ "$1" == "--dry-run" ]]; then DRY_RUN=true echo "--- DRY-RUN MODE ACTIVATED ---" fi