Skip to content

Commit

Permalink
fix(typo): Fix minor typo in Vagrantfile.erb template
Browse files Browse the repository at this point in the history
  • Loading branch information
f-lopes committed Jan 4, 2024
1 parent b79acc3 commit dc37aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/commands/init/Vagrantfile.erb
Original file line number Diff line number Diff line change
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 dc37aaa

Please sign in to comment.