Skip to content

Commit

Permalink
Merge pull request #213 from grycap/devel
Browse files Browse the repository at this point in the history
Fix output
  • Loading branch information
micafer authored Nov 20, 2024
2 parents 9a794d6 + 339bf3a commit c4d3fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/slurm_galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }, '/' ] }

0 comments on commit c4d3fe2

Please sign in to comment.