Skip to content

Commit

Permalink
[FIX] git-mig-auto-msg: consider then file report-migration.xml bei…
Browse files Browse the repository at this point in the history
…ng part of `util`
  • Loading branch information
KangOl committed Jan 31, 2020
1 parent 39b39e0 commit 1cc5b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-mig-auto-msg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(tag=None, message=None, coauthors=(), amend=False):
guess_tag = '[FIX]'
f = l[2:].strip()

if f == 'migrations/util.py':
if f in {"migrations/util.py", "migrations/report-migration.xml"}:
util = True
continue

Expand Down

0 comments on commit 1cc5b0d

Please sign in to comment.