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.
This commit is contained in:
Ismo Puustinen 2018-02-09 13:22:23 +02:00
parent ba791275ce
commit 1fe4192b67

View File

@ -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)