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 8, 2024
1 parent b0f1950 commit aa14ba8
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 @@ -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
Expand Down

0 comments on commit aa14ba8

Please sign in to comment.