Remove WIP code from powershell build script

This commit is contained in:
James Barnett 2018-02-23 10:55:18 -06:00
parent e76aa2cf73
commit a1384e8f17
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ $vagrantMinVersion = "1.9.0"
$vagrantreloadMinVersion = "0.0.1"
$packer = "packer"
Param (
[Parameter(Mandatory=$true)]
[string]$os
)
function CompareVersions ($actualVersion, $expectedVersion, $exactMatch = $False) {
If ($exactMatch) {
If ($actualVersion -eq $expectedVersion) {