bodhi2: Fix the stg environment check in the mash.conf

This commit is contained in:
Luke Macken 2015-08-18 21:58:47 +00:00
parent ec1252bb19
commit db538aa85c

View file

@ -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