Skip to content

Commit

Permalink
style: pr feedback, use consistent punctuation
Browse files Browse the repository at this point in the history
Co-authored-by: Callahan <[email protected]>
  • Loading branch information
bepri and mr-cal authored Feb 7, 2025
1 parent 3338fbf commit 651bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft_application/commands/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _fill_parser(self, parser: argparse.ArgumentParser) -> None:
parser.add_argument(
"--launchpad-accept-public-upload",
action="store_true",
help="Acknowledge that uploaded code will be publicly available.",
help="Acknowledge that uploaded code will be publicly available",
)
parser.add_argument(
"--launchpad-timeout",
Expand Down

0 comments on commit 651bf66

Please sign in to comment.