diff --git a/update_examples.sh b/update_examples.sh index 97402385..18712488 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -16,7 +16,7 @@ function traverse_examples () { for command in "$@" do if ! $command; then - echo "Error when running $command in $dir" >&2 + echo "Error: failed $command in $dir" >&2 exit 1 fi done