Skip to content

Commit

Permalink
refactor(scripts): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rudenkornk committed Jun 9, 2024
1 parent fa4ac37 commit d70b6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def cli(log_level: str) -> None:
default="full",
help="Configuration mode. "
"'bootstrap' will only install python and create target user on the host. "
"'reduced' will some most heavy configuration steps. "
"'reduced' will skip some most heavy configuration steps. "
"'full' will do full configuration.",
)
def config(host: list[str], user: str, verify_unchanged: bool, mode: str) -> None:
Expand Down

0 comments on commit d70b6f1

Please sign in to comment.