Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #273 from edarzins/tag_fix
Browse files Browse the repository at this point in the history
Merge pull request #272 from edarzins/ver_fix
  • Loading branch information
edarzins authored Jan 23, 2018
2 parents e6e59d5 + b256ffa commit ac67ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/version-tool
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class VersionInfo(object):
if ci_tag:
try:
ci_ver = Version(ci_tag, prefix='v')
if ci_ver != self._ver['tag']:
if ci_ver != self._vers['tag']:
raise Exception("CI tag doesn't match newest tag")
except NotVersionError:
pass
Expand Down

0 comments on commit ac67ffe

Please sign in to comment.