From 9da5be3d790775530f94a0cd77fd90ec9a6a63ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Schl=C3=BCter?= <117340990+oscep@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:33:01 +0200 Subject: [PATCH] docs: fix code comment explaining local override (#29612) --- docker/pythonpath_dev/superset_config_local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/pythonpath_dev/superset_config_local.example b/docker/pythonpath_dev/superset_config_local.example index dfa03bb778a..25f16169eb9 100644 --- a/docker/pythonpath_dev/superset_config_local.example +++ b/docker/pythonpath_dev/superset_config_local.example @@ -18,7 +18,7 @@ # # This is an example "local" configuration file. In order to set/override config # options that ONLY apply to your local environment, simply copy/rename this file -# to docker/pythonpath/superset_config_docker.py +# to docker/pythonpath_dev/superset_config_docker.py # It ends up being imported by docker/superset_config.py which is loaded by # superset/config.py #