mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
fix(typo): Fix minor typo in Vagrantfile.erb template
This commit is contained in:
parent
b79acc36e8
commit
dc37aaae0c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
# Disable the default share of the current code directory. Doing this
|
||||
# provides improved isolation between the vagrant box and your host
|
||||
# by making sure your Vagrantfile isn't accessable to the vagrant box.
|
||||
# by making sure your Vagrantfile isn't accessible to the vagrant box.
|
||||
# If you use this you may want to enable additional shared subfolders as
|
||||
# shown above.
|
||||
# config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue