Fix wrong escaping in mock.cfg - fixes the local builds

This commit is contained in:
Jan Kaluza
2017-09-18 13:28:15 +02:00
parent 3b93dc7143
commit 54a80a677a

View File

@@ -9,6 +9,6 @@ config_opts['package_manager'] = 'dnf'
config_opts['nosync'] = True
config_opts['use_bootstrap_container'] = False
config_opts['yum.conf'] = \"\"\"
config_opts['yum.conf'] = """
$yum_conf
\"\"\"
"""