diff --git a/hack/grab-profiles.sh b/hack/grab-profiles.sh index a0feecb5047..bf45245ef95 100755 --- a/hack/grab-profiles.sh +++ b/hack/grab-profiles.sh @@ -167,7 +167,7 @@ while true; do >&2 echo "empty argumet to --controller-manager-port flag" exit 1 fi - controller-managerr_port=$1 + controller_manager_port=$1 shift ;; -o|--output)