Fix powershell mismatch
This commit is contained in:
+1
-1
@@ -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\" }"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user