Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousa Zeid Baker committed Sep 11, 2022
1 parent 0ba1cc6 commit 684b0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetryup/core/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def cmd_run(cmd: List) -> str:
The output from the command
Raises:
CommandError when command exists with non-zer exit code
CommandError when command exists with non-zero exit code
"""

logging.debug(f"Run command: '{' '.join(cmd)}'")
Expand Down

0 comments on commit 684b0c0

Please sign in to comment.