mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #25303 from ingvagabund/hack-update-all-remove-dollar-symbol
Automatic merge from submit-queue Hack update all remove dollar symbol When not running ./hack/update in silent mode, the script fails due to undefined ``$Updating`` variable.
This commit is contained in:
commit
58ccbffb82
@ -72,7 +72,7 @@ do
|
||||
fi
|
||||
else
|
||||
if ! bash "$KUBE_ROOT/hack/update-$t.sh"; then
|
||||
echo -e "${color_red}$Updating $t FAILED${color_norm}"
|
||||
echo -e "${color_red}Updating $t FAILED${color_norm}"
|
||||
if ! $ALL; then
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user