Skip to content

Commit

Permalink
Merge pull request #239 from rnc/ISSUE220
Browse files Browse the repository at this point in the history
Fix comment being passed through as None
  • Loading branch information
rnc authored Feb 6, 2024
2 parents 2d8da35 + 4bcc506 commit c160939
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 c160939

Please sign in to comment.