mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:29:49 +08:00
Fix wrong escaping in mock.cfg - fixes the local builds
This commit is contained in:
@@ -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
|
||||
\"\"\"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user