Skip to content

Commit

Permalink
fixed if stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Feb 5, 2020
1 parent ed65999 commit d721115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_jira_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main() -> int:
exit_code = 1

#: Get commit msg
if len(sys.argv) > 2:
if len(sys.argv) >= 2:
with open(sys.argv[1]) as file:
c_msg = file.read()

Expand Down

0 comments on commit d721115

Please sign in to comment.