Skip to content

Commit

Permalink
Fix comment being passed through as None
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Feb 6, 2024
1 parent 4a7fc2c commit f5d398f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_squash/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def run(self):
parser.add_argument(
"-m",
"--message",
default="",
help="Specify a commit message (comment) for the new image.",
)
parser.add_argument(
Expand Down

0 comments on commit f5d398f

Please sign in to comment.