Skip to content

Commit 03451f9

Browse files
author
MAHDTech
authored
Remove additional quote (#88)
1 parent cc18446 commit 03451f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory-generation/notifications/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
vars:
5252
ocp_subdomain: "{{ hosting_environments[0].ocp_sub_domain | lower }}"
53-
subdomain_base_suffix: "{{ engagement_region | default('dev') + cloud_provider_index | default('-1')' + ocp_base_url }}"
53+
subdomain_base_suffix: "{{ engagement_region | default('dev') + cloud_provider_index | default('-1') + ocp_base_url }}"
5454
when:
5555
- notifications_dir.stat.exists is false
5656
- start_date is defined

0 commit comments

Comments
 (0)