reset whitespace

This commit is contained in:
Jeffrey Martin 2019-10-21 16:36:00 -05:00
parent a6e78447cf
commit 25bd5166d2
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

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