Update Vagrantfile

This commit is contained in:
Codenift 2019-10-10 10:07:55 -04:00 committed by GitHub
parent bd328fba71
commit 339a87900e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Vagrantfile vendored
View File

@ -15,6 +15,7 @@ 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