Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Apr 12, 2024
1 parent 64ba5eb commit a64c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def main(input_args):
"You MUST provide backup directory"
),
parser.add_argument(
"--skip-checks"; action="store_true", default=False,
"--skip-checks", action="store_true", default=False,
help="Skip the checks the installer performs initially")
parser.add_argument("domain", type=str,
help="The main domain of your future mail server")
Expand Down

0 comments on commit a64c12b

Please sign in to comment.