Skip to content

Commit

Permalink
FIX: tag case
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-filho committed Aug 22, 2018
1 parent bb44b12 commit eb1b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
tag = tag.lower()
os.system("git commit -m '%s(%s): %s'" % (tag, context, msg))
else:
tag.upper()
tag = tag.upper()
os.system("git commit -m '%s: %s'" % (tag, msg))

0 comments on commit eb1b926

Please sign in to comment.