bodhi2: Fix the stg environment check in the mash.conf
This commit is contained in:
parent
ec1252bb19
commit
db538aa85c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue