Revert "Update Vagrantfile"

This reverts commit 339a87900e.
This commit is contained in:
Robb Ebright 2019-10-13 08:18:30 -04:00
parent 5c1481167e
commit ee439273da
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -15,7 +15,6 @@ Vagrant.configure("2") do |config|
# make sure we are using nfs (doesn't work out of the box with debian)
nfsPath = "."
# Catalina support
if Dir.exist?("/System/Volumes/Data")
nfsPath = "/System/Volumes/Data" + Dir.pwd
end