From 8f6b8923f0fe3e1ab29b80d7969779f8416392c2 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Fri, 6 May 2016 20:33:30 +0200 Subject: [PATCH] Remove superfluous dollar causing hack/update-all.sh to fail when not running in silent mode --- hack/update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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