Skip to content

Commit

Permalink
fix: remove role from init help info (#4010)
Browse files Browse the repository at this point in the history
relates to #3959

relates to Homebrew/homebrew-core#139499

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
chenrui333 and pre-commit-ci[bot] authored Aug 15, 2023
1 parent ef63714 commit 626d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/command/init/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@base.click_group_ex() # type: ignore
def init(): # pragma: no cover
"""Initialize a new role or scenario."""
"""Initialize a new scenario."""


init.add_command(scenario.scenario)

0 comments on commit 626d784

Please sign in to comment.