From 36708ec3a75c6d68321a18afc423e6746ef4c2bd Mon Sep 17 00:00:00 2001 From: Chris Long Date: Tue, 31 Jul 2018 09:04:08 -0700 Subject: [PATCH] Fix typo in build.ps1 [ci skip] Addresses #128 [ci skip] --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 1cbae75..4ffcbf3 100644 --- a/build.ps1 +++ b/build.ps1 @@ -45,7 +45,7 @@ [cmdletbinding()] Param( # Vagrant provider to use. - [ValidateSet('virtualbox', 'vmware_desktop)] + [ValidateSet('virtualbox', 'vmware_desktop')] [string]$ProviderName, [string]$PackerPath = 'C:\Hashicorp\packer.exe', [switch]$VagrantOnly