Skip to content

Commit

Permalink
Fix a small typo in the help text (#5)
Browse files Browse the repository at this point in the history
Closes Issue 4. There is a small typo in the help text. This change removes an extra word.
  • Loading branch information
jadonn authored May 30, 2024
1 parent 678dad5 commit c3d83f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil-python/anvil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def cli(ctx: click.Context, quiet: bool, verbose: bool) -> CatchGroup: # type:
"""Anvil is a MAAS installer for MAAS charms.
To get started with a single node, all-in-one MAAS installation, start
with by initializing the local node. Once the local node has been initialized,
with initializing the local node. Once the local node has been initialized,
run the bootstrap process to get a live MAAS deployment.
"""

Expand Down

0 comments on commit c3d83f1

Please sign in to comment.