From 78c661da953950c9c08d064edaac3b96ebb41cc1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 11 Nov 2017 01:05:44 +0000 Subject: [PATCH] Fix one occurence of [[ vs {{ Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 690d278128..7ad81335bd 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -120,7 +120,7 @@ ostree = [ [% else %] [% set path = "fedora-secondary" %] [% endif %] - "{{ arch }}": { + "[[ arch ]]": { [% if release.version_int >= 28 %] "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", [% endif %]