summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e5e952c12b..6f286b6136 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -15,9 +15,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
v.cpus = 2
end
- # Share the source directory into the VM as `/wireshark`
- config.vm.synced_folder ".", "/wireshark"
-
# Permit X11 forwarding so running the graphical Wireshark works
config.ssh.forward_x11 = true