diff --git a/update_examples.sh b/update_examples.sh index aa5b2ab2..5051b0f7 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -125,7 +125,7 @@ if (( usingBuildPush )); then elif (( usingBuildPushExample )); then cd "./$directoryPath" || exit if ! make image-push TAG="$tag"; then - echo "Error: failed to run make image in $directoryPath" >&2 + echo "Error: failed to run make image-push in $directoryPath" >&2 exit 1 fi elif (( usingVersion )); then