correct packer

Sure that's true ive forgot about splitting
This commit is contained in:
Chris 2019-10-21 20:56:48 +02:00 committed by GitHub
parent 193d1510b6
commit a6e78447cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -63,10 +63,7 @@ If (CompareVersions -actualVersion $vboxVersion -expectedVersion $virtualBoxMinV
}
$packerVersion = cmd.exe /c "$packer" -v
$packerVersion = $packerVersion.split(" ")[1]
$packerVersion = cmd.exe /c $packer -v
If (CompareVersions -actualVersion $packerVersion -expectedVersion $packerMinVersion) {