Add a space to USE_CUPS in templates to match style

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-02-10 09:33:15 -08:00
parent 9a56adcfd0
commit ad52e3a94d
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@
"settings": {
"BOOTFROM": "c",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"USE_CUPS":"1",
"USE_CUPS": "1",
"POSTINSTALL": "desktop_printing",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
}