Commit 8f6b8923 authored by Jan Chaloupka's avatar Jan Chaloupka

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

parent 16159b8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment