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 11, 2024
1 parent fa183d0 commit f19e28a
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 @@ -97,7 +97,7 @@ function handle_options () {
handle_options "$@"

if (( usingBuildPush + usingBuildPushExample + usingVersion + usingHelp > 1 )); then
echo "Only one of '-h', '-bp', '-bpe, or, '-u' is allowed at a time" >&2
echo "Only one of '-h', '-bp', '-bpe', or, '-u' is allowed at a time" >&2
show_help
exit 1
fi
Expand Down

0 comments on commit f19e28a

Please sign in to comment.