From 99879bc04ce195cab13cf8a66252b77b0ff451b3 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Tue, 12 Mar 2024 10:33:39 -0400 Subject: [PATCH] modify update script Signed-off-by: a3hadi --- update_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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