From ad52e3a94d11893ccc5d5634bc98039d19ecd08f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 10 Feb 2022 09:33:15 -0800 Subject: [PATCH] Add a space to USE_CUPS in templates to match style Signed-off-by: Adam Williamson --- templates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index 3ecfde51..fbd20db9 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -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%" }