Skip to content

Commit

Permalink
fix: remove role from init help info
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Aug 14, 2023
1 parent ef63714 commit 101e9db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/molecule/command/init/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

@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 101e9db

Please sign in to comment.