From 85a6b9443e904383f4dbbba1c4f1f4de894ede55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 16 Apr 2020 16:03:16 +0000 Subject: [PATCH] ipsilon / staging: and add the missing trailing \ Signed-off-by: Kevin Fenzi --- roles/openshift-apps/ipsilon/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/ipsilon/templates/buildconfig.yml b/roles/openshift-apps/ipsilon/templates/buildconfig.yml index 88a7ee23f5..a13b498dbd 100644 --- a/roles/openshift-apps/ipsilon/templates/buildconfig.yml +++ b/roles/openshift-apps/ipsilon/templates/buildconfig.yml @@ -16,7 +16,7 @@ spec: {% endif %} RUN dnf install -y \ {% if env == "staging" %} - --enablerepo=updates-testing + --enablerepo=updates-testing \ {% endif %} ipsilon \ ipsilon-authfas \