Forgot to rename the option

This commit is contained in:
Michael Simacek 2016-02-17 14:26:42 +01:00
parent 8d4d5d8694
commit e15a57fbc4

View file

@ -37,7 +37,7 @@ config = {
"task_priority": 30, "task_priority": 30,
{% if env == 'staging' %} {% if env == 'staging' %}
{# upcoming config change #} {# upcoming config change #}
"remote_repo": "http://{{ koschei_kojipkgs }}/repos/{build_tag}/{repo_id}/{arch}", "repo_url": "http://{{ koschei_kojipkgs }}/repos/{build_tag}/{repo_id}/{arch}",
{% endif %} {% endif %}
}, },
"dependency": { "dependency": {