Skip to content

Commit

Permalink
Merge pull request #113 from trapexit/git2dbcl
Browse files Browse the repository at this point in the history
use correct variable for finding version
  • Loading branch information
trapexit committed Sep 2, 2015
2 parents 908a2f6 + aea5e44 commit 22d254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git2debcl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if args.version == '::guess::':
tags = git_tags()

if args.version in tags:
idx = tags.index(version)
idx = tags.index(args.version)
tags = tags[idx:]
tags = zip(tags,tags)
else:
Expand Down

0 comments on commit 22d254e

Please sign in to comment.