Skip to content

Commit

Permalink
Merge pull request #41 from talaha3/spelling-fix
Browse files Browse the repository at this point in the history
Fix spelling mistake in --help under schema
  • Loading branch information
gilesknap authored Oct 12, 2024
2 parents 2e5d281 + 86cb4b4 commit 5923ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maaspower/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(
def schema(
output: Path = typer.Argument(..., help="The filename to write the schema to"),
):
"""Produce the JSON global schema for mmaaspower config files"""
"""Produce the JSON global schema for maaspower config files"""
schema = json.dumps(deserialization_schema(MaasConfig), indent=2)
output.write_text(schema)

Expand Down

0 comments on commit 5923ff0

Please sign in to comment.