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:
parent
ba791275ce
commit
1fe4192b67
@ -167,7 +167,7 @@ while true; do
|
|||||||
>&2 echo "empty argumet to --controller-manager-port flag"
|
>&2 echo "empty argumet to --controller-manager-port flag"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
controller-managerr_port=$1
|
controller_manager_port=$1
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-o|--output)
|
-o|--output)
|
||||||
|
Loading…
Reference in New Issue
Block a user