copr: fe: fix missing quotes in copr.conf
This commit is contained in:
parent
cc0d7c2ed2
commit
bd1eda4279
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue