Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 20, 2024
1 parent 5466f29 commit 339bf3a
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 339bf3a

Please sign in to comment.