Skip to content

Commit

Permalink
Merge pull request #13321 from f-lopes/fix/vagrantfile-template-typo
Browse files Browse the repository at this point in the history
fix(typo): Fix minor typo in Vagrantfile.erb template
  • Loading branch information
chrisroberts committed Jan 4, 2024
2 parents b79acc3 + dc37aaa commit 673f42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/commands/init/Vagrantfile.erb
Expand Up @@ -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
Expand Down

0 comments on commit 673f42b

Please sign in to comment.