Skip to content

Commit

Permalink
fix: DOCKER_IMAGE typo that was breaking env
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Nov 27, 2023
1 parent 3e68e6f commit db88bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorcairn/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"RUN_POSTGRESQL": True,
"POSTGRESQL_DATABASE": "superset",
"POSTGRESQL_USERNAME": "superset",
"SUPERSET_DOCKER_IMAGE": "{: DOCKER_REGISTRY }}overhangio/cairn-superset:{{ CAIRN_VERSION }}",
"SUPERSET_DOCKER_IMAGE": "{{ DOCKER_REGISTRY }}overhangio/cairn-superset:{{ CAIRN_VERSION }}",
"SUPERSET_LANGUAGE_CODE": "{{ LANGUAGE_CODE[:2] }}",
# SSO
"ENABLE_SSO": True,
Expand Down

0 comments on commit db88bde

Please sign in to comment.