Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jul 20, 2022
1 parent ae70c2a commit a752ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commodore/dependency_templater.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ def commit(self, msg: str, amend=False, init=True) -> bool:
click.echo(message)

if changed:
# Only create a new commmit if there are any changes.
# Only create a new commit if there are any changes.
repo.commit(msg, amend=amend)
return changed

0 comments on commit a752ea5

Please sign in to comment.