Skip to content

Commit

Permalink
fix: solve issue with actions name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored Dec 14, 2023
1 parent 877bbc3 commit 9a2ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def ask_questions(config: Config, run_for_prod: Optional[bool] = None) -> None:
defaults,
)

hooks.Actions.INTERACTIVE_CONFIGURATION.do(config)
hooks.Actions.CONFIG_INTERACTIVE.do(config)


def ask(question: str, key: str, config: Config, defaults: Config) -> None:
Expand Down

0 comments on commit 9a2ab41

Please sign in to comment.