Skip to content

Commit

Permalink
scripts: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Feb 12, 2024
1 parent 36e9ea1 commit a5bed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ in
# candidate branch is always based on the following version's beta branch
# and thus the latest beta tag will be described.
last_beta="$( git describe --abbrev=0 )"
readonly last_tag
readonly last_beta

# current_branch is the name of the branch currently checked out. It's
# assumed to be a release candidate branch and have a name like:
Expand Down

0 comments on commit a5bed23

Please sign in to comment.