Skip to content

Commit

Permalink
Typo in the conda-store <-> conda_store key (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc authored Apr 21, 2023
1 parent 4ac4693 commit cdd2d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebari/stages/input_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def stage_07_kubernetes_services(stage_outputs, config):
"conda-store-extra-config": config.get("conda_store", {}).get(
"extra_config", ""
),
"conda-store-image-tag": config.get("conda-store", {}).get(
"conda-store-image-tag": config.get("conda_store", {}).get(
"image_tag", DEFAULT_CONDA_STORE_IMAGE_TAG
),
# jupyterhub
Expand Down

0 comments on commit cdd2d34

Please sign in to comment.