This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9da5be3d79 docs: fix code comment explaining local override (#29612)
9da5be3d79 is described below

commit 9da5be3d790775530f94a0cd77fd90ec9a6a63ab
Author: Oliver Schlüter <[email protected]>
AuthorDate: Wed Jul 17 19:33:01 2024 +0200

    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 dfa03bb778..25f16169eb 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
 #

Reply via email to