Skip to content

Commit

Permalink
fix bug to allow --import-plugin to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Nov 27, 2024
1 parent ce71236 commit f12586b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_nebari/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def common(
[],
"--import-plugin",
help="Import nebari plugin",
callback=import_plugin,
),
excluded_stages: typing.List[str] = typer.Option(
[],
Expand Down

0 comments on commit f12586b

Please sign in to comment.