From 339bf3a6a0ab549416051884037f99f58b99dde2 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 20 Nov 2024 09:43:11 +0100 Subject: [PATCH] Fix output --- templates/slurm_galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/slurm_galaxy.yml b/templates/slurm_galaxy.yml index fde7171..d4183cd 100644 --- a/templates/slurm_galaxy.yml +++ b/templates/slurm_galaxy.yml @@ -95,4 +95,4 @@ topology_template: galaxy_nip_url: value: { concat: [ 'https://galaxy.', get_attribute: [ simple_node, public_address, 0 ], 'nip.io/' ] } galaxy_dns_url: - value: { concat: [ 'https://', { get_input: dns_name }, '/' ] } + value: { concat: [ 'https://', { get_input: galaxy_dns_name }, '/' ] }