Skip to content

Commit

Permalink
Fix #2024 (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Sep 22, 2023
1 parent 6d01b04 commit 9179295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/subcommands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def guided_init_wizard(ctx: typer.Context, guided_init: str):
if not disable_checks:
check_cloud_provider_creds(
cloud_provider=inputs.cloud_provider,
disable_prompt=ctx.params["disable_prompt"],
disable_prompt=ctx.params.get("disable_prompt"),
)

# specific context needed when `check_project_name` is called
Expand Down

0 comments on commit 9179295

Please sign in to comment.