Fix powershell mismatch

This commit is contained in:
Greg Hellings
2024-11-19 05:57:21 +00:00
parent ea21c78f58
commit a3eae3daf5
+1 -1
View File
@@ -90,7 +90,7 @@ let
script = [
"packer init sources"
"packer build -only=\"hyperv-iso.amd64\" -var-file=\"\${distro}\" -var build=\${BUILD} -var cpus=2 -var memory=4096 \${EXCEPT} sources"
"if (-not $?) { throw \"Error in build\")"
"if (-not $?) { throw \"Error in build\" }"
];
};
};