Skip to content

Commit

Permalink
Merge pull request #8545 from thalesmg/fix-bogus-mix-version-parser
Browse files Browse the repository at this point in the history
chore(mix): patch mix version parser when it fails
  • Loading branch information
thalesmg committed Jul 22, 2022
2 parents 2e75c35 + a6e45be commit a14a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg-vsn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ "$GIT_EXACT_VSN" != '' ]; then
fi
SUFFIX=''
else
SUFFIX="-$(git rev-parse HEAD | cut -b1-8)"
SUFFIX="-g$(git rev-parse HEAD | cut -b1-8)"
fi

PKG_VSN="${PKG_VSN:-${RELEASE}${SUFFIX}}"
Expand Down

0 comments on commit a14a96b

Please sign in to comment.