From 2642ae3146588de6efb750750762b5688acdd416 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Fri, 31 Mar 2017 17:17:09 -0500 Subject: [PATCH] fix typo --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 57d8cef..50dc596 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config| win2k8.vm.network "private_network", type: "dhcp" # Install Chocolatey - #config.vm.provision :shell, path: "scripts/installs/chocolatey.cmd" + config.vm.provision :shell, path: "scripts/installs/chocolatey.cmd" config.vm.provision :reload # Hack to reset environment variables # Install BoxStarter