Skip to content

Commit 523926f

Browse files
committed
Bugfix for double quote
1 parent f68cf27 commit 523926f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/manage/templates/application.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ policies:
8484
extra_saml_attributes: file://{{ manage_dir }}/policies/extra_saml_attributes.json
8585

8686
sram:
87-
sram_rp_entity_id: ""{{ manage.sram_rp_entity_id }}"
87+
sram_rp_entity_id: "{{ manage.sram_rp_entity_id }}"
8888

8989
spring:
9090
mail:

0 commit comments

Comments
 (0)