mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Remove superfluous dollar causing hack/update-all.sh to fail when not running in silent mode
This commit is contained in:
parent
16159b8bd0
commit
8f6b8923f0
@ -72,7 +72,7 @@ do
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if ! bash "$KUBE_ROOT/hack/update-$t.sh"; then
|
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
|
if ! $ALL; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user