Skip to content

Commit

Permalink
Merge pull request #8 from stoffu/aeon-version-tag
Browse files Browse the repository at this point in the history
Fix version string by picking up unannotated tags /monero-gui#1473
  • Loading branch information
aeonix authored Jun 26, 2018
2 parents cec5e38 + d2c1ad8 commit 06cdc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function get_tag()
VERSIONTAG="$COMMIT"
fi
# save tag name + commit if availible
TAGNAME=$(git describe | sed -e 's/[\t ]*//')
TAGNAME=$(git describe --tags | sed -e 's/[\t ]*//')
if test -z "$TAGNAME"
then
TAGNAME="$VERSIONTAG"
Expand Down

0 comments on commit 06cdc6c

Please sign in to comment.