From 1fe4192b671b1e2c709cfcf6a45762abf6e285c7 Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Fri, 9 Feb 2018 13:22:23 +0200 Subject: [PATCH] hack/grab-profiles.sh: fix typo in variable name. Variable "controller_manager_port" was never updated, because it was misspelled "controller-managerr_port" in assignment. --- hack/grab-profiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)