Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
bump_version_numbers.sh: fix trivial missing "]" on usage()
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Aug 26, 2021
1 parent 4efaf0b commit cff4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version_numbers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

usage () {
echo "Usage:" >&2
echo " $1 -t ["major"|"minor"|"patch"" >&2
echo " $1 -t ["major"|"minor"|"patch"]" >&2
echo >&2
echo " Options:" >&2
echo " -t bump the specified version number" >&2
Expand Down

0 comments on commit cff4e70

Please sign in to comment.