Skip to content

Commit

Permalink
Merge pull request #122 from c-o-b/patch-1
Browse files Browse the repository at this point in the history
pesky spelling in default.rb
  • Loading branch information
mwrock committed Jan 3, 2019
2 parents 2d0275a + eabf9ab commit 7b4203e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/packer-templates/recipes/default.rb
Expand Up @@ -3,7 +3,7 @@
$ErrorActionPreference = "Stop"
. a:/Test-Command.ps1
Write-Host "Enabling file sharing firewale rules"
Write-Host "Enabling file sharing firewall rules"
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes
if(Test-Path "C:/Users/vagrant/VBoxGuestAdditions.iso") {
Expand Down Expand Up @@ -85,4 +85,4 @@
$System.Put()
}
EOH
end
end

0 comments on commit 7b4203e

Please sign in to comment.