mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
copr: fe: fix missing quotes in copr.conf
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
cc0d7c2ed2
commit
bd1eda4279
@@ -1,6 +1,6 @@
|
||||
# Purpose of this instance
|
||||
# Use "production", "devel", "local" or "test"
|
||||
ENV={% if devel %}"devel"{% else %}{{ env }}{% endif %}
|
||||
ENV="{% if devel %}devel{% else %}{{ env }}{% endif %}"
|
||||
|
||||
# Directory and files where is stored Copr database files
|
||||
DATA_DIR = '/var/lib/copr/data'
|
||||
|
||||
Reference in New Issue
Block a user