diff --git a/hack/update-all.sh b/hack/update-all.sh index ca812707fce..78c7a43e761 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -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