fixup: Add SYNAPSE_CONFIG_TEMPLATE_DIR env var

This commit is contained in:
Andrew Morgan
2024-09-30 12:43:32 +01:00
parent e48479978b
commit b9c50043e0
+1 -1
View File
@@ -1118,7 +1118,7 @@ def main(args: List[str], environ: MutableMapping[str, str]) -> None:
# Always regenerate all other config files
log("Generating worker config files")
generate_worker_files(
environ, config_path, data_dir, template_dir, requested_worker_types
environ, config_dir, config_path, data_dir, template_dir, requested_worker_types
)
# Mark workers as being configured