From 5466f29d4da0026cd0400b543858a9018f4d43ea Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 20 Nov 2024 09:17:12 +0100 Subject: [PATCH] Fix style --- templates/galaxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index 5f7bd2f..ea4095a 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -65,4 +65,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 }, '/' ] } \ No newline at end of file + value: { concat: [ 'https://', { get_input: dns_name }, '/' ] }