copr: fe: fix missing quotes in copr.conf

This commit is contained in:
Pavel Raiskup 2019-09-05 16:01:28 +02:00 committed by Pierre-Yves Chibon
parent cc0d7c2ed2
commit bd1eda4279

View file

@ -1,6 +1,6 @@
# Purpose of this instance # Purpose of this instance
# Use "production", "devel", "local" or "test" # 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 # Directory and files where is stored Copr database files
DATA_DIR = '/var/lib/copr/data' DATA_DIR = '/var/lib/copr/data'