Skip to content

Commit 9048c4c

Browse files
committed
freebsd: hide Vagrantfile from guest
1 parent 55f31f2 commit 9048c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/vagrant/freebsd/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|
5656
# by making sure your Vagrantfile isn't accessible to the vagrant box.
5757
# If you use this you may want to enable additional shared subfolders as
5858
# shown above.
59-
# config.vm.synced_folder ".", "/vagrant", disabled: true
59+
config.vm.synced_folder ".", "/vagrant", disabled: true
6060

6161
# Provider-specific configuration so you can fine-tune various
6262
# backing providers for Vagrant. These expose provider-specific options.

0 commit comments

Comments
 (0)