From 285b33a674cc5100ee502106433ebe7b1560213f Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 25 May 2023 15:43:50 +0200 Subject: [PATCH] autounattend: fix installation without productKey --- wfvm/autounattend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfvm/autounattend.nix b/wfvm/autounattend.nix index 1f14b10..d4e4dfb 100644 --- a/wfvm/autounattend.nix +++ b/wfvm/autounattend.nix @@ -215,7 +215,7 @@ let - ${if productKey != null then "${productKey}" else ""} + ${if productKey != null then "${productKey}" else ""} OnError true