From 4b8d05186821b9fe39cf054822b21fd089e2384c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 28 Nov 2018 11:10:58 +0100 Subject: [PATCH] Change args for command --- .../release-monitoring/files/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index 053f02c53b..d8a12f0f27 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -45,7 +45,7 @@ items: args: - '--bind 0.0.0.0:8080' - '--access-logfile=-' - - anitya.wsgi:application + - 'anitya.wsgi:application' env: - name: USER value: anitya