Remove superfluous dollar causing hack/update-all.sh to fail when not running in silent mode

This commit is contained in:
Jan Chaloupka 2016-05-06 20:33:30 +02:00
parent 16159b8bd0
commit 8f6b8923f0

View File

@ -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