From 1f07bc7914bc10cb1252f831de8b1164e06f2b9b Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 21 Aug 2017 15:54:00 -0700 Subject: [PATCH] Message cleanup on update-all --- hack/update-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/update-all.sh b/hack/update-all.sh index e999df36772..b966eaa3a8f 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -46,7 +46,7 @@ done trap 'exit 1' SIGINT if $SILENT ; then - echo "Running in the silent mode, run with -v if you want to see script logs." + echo "Running in silent mode, run with -v if you want to see script logs." fi if ! $ALL ; then @@ -77,7 +77,7 @@ BASH_TARGETS=" update-bazel" for t in $BASH_TARGETS; do - echo -e "${color_yellow}Updating $t${color_norm}" + echo -e "${color_yellow}Running $t${color_norm}" if $SILENT ; then if ! bash "$KUBE_ROOT/hack/$t.sh" 1> /dev/null; then echo -e "${color_red}Running $t FAILED${color_norm}"