Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Fix typo in Vagrant file
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Mar 25, 2015
1 parent bbfeb25 commit 821aaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
vb.customize ["modifyvm", :id, "--cpus", "1"]
end

# Enable provisioning with chef solo, specifying a cookbooks path, roles
# Enable provisioning with chef zero, specifying a cookbooks path, roles
# path, and data_bags path (all relative to this Vagrantfile), and adding
# some recipes and/or roles.
config.vm.provision :chef_zero do |chef|
Expand Down

0 comments on commit 821aaf2

Please sign in to comment.