Skip to content

Commit

Permalink
modify update script
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 12, 2024
1 parent d380cf9 commit 99879bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99879bc

Please sign in to comment.