Skip to content

Commit

Permalink
Fix param issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rfst committed Jan 15, 2024
1 parent ac60207 commit c81bddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mob-tool"
version = "1.0.32"
version = "1.0.33"
authors = [
{ name = "rfst" },
]
Expand Down
3 changes: 2 additions & 1 deletion src/mobt/Controllers/squash.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
@click.option(
'--push',
'-p',
help='Push the squashed commit to the remote [Will force push].',
is_flag=True,
help='Force push the squashed commit to the remote.',
)
@click.option(
'--message',
Expand Down

0 comments on commit c81bddb

Please sign in to comment.