From 8d98efaa0862659a89d7f26a24e690b08c071863 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Fri, 3 Oct 2025 15:14:30 +0200 Subject: [PATCH] fix underscores in config option --- planemo/galaxy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/galaxy/config.py b/planemo/galaxy/config.py index eb199aab8..1b41b97cd 100644 --- a/planemo/galaxy/config.py +++ b/planemo/galaxy/config.py @@ -535,7 +535,7 @@ def write_galaxy_config(galaxy_root, properties, env, kwds, template_args, confi "gravity": { "galaxy_root": galaxy_root, "gunicorn": {"bind": f"{kwds.get('host', 'localhost')}:{template_args['port']}"}, - "gx-it-proxy": { + "gx_it_proxy": { "enable": False, }, },