Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dtaivpp/commit-msg-regex-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaivpp committed Jun 30, 2021
2 parents b65287c + 4cac36b commit f8b38ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Result():
def __init__(self, message, result):
self.message = message
self.result = result

def is_passing(self):
return self.result

Expand Down

0 comments on commit f8b38ae

Please sign in to comment.