From db538aa85c76f643f41596752e0672dd52cb5c0c Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 18 Aug 2015 21:58:47 +0000 Subject: [PATCH] bodhi2: Fix the stg environment check in the mash.conf --- roles/bodhi2/backend/templates/mash.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/mash.conf b/roles/bodhi2/backend/templates/mash.conf index e68d26af94..fbbe0b5f5a 100644 --- a/roles/bodhi2/backend/templates/mash.conf +++ b/roles/bodhi2/backend/templates/mash.conf @@ -1,5 +1,5 @@ [defaults] -{% if environment == 'staging' %} +{% if env == 'staging' %} buildhost = http://koji.stg.fedoraproject.org/kojihub {% else %} buildhost = http://koji.fedoraproject.org/kojihub