mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
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"
|
||||
exit 1
|
||||
fi
|
||||
controller-managerr_port=$1
|
||||
controller_manager_port=$1
|
||||
shift
|
||||
;;
|
||||
-o|--output)
|
||||
|
Loading…
Reference in New Issue
Block a user