From ee439273dae30ff522b15b84a2aeff032c3d4b4d Mon Sep 17 00:00:00 2001 From: Robb Ebright Date: Sun, 13 Oct 2019 08:18:30 -0400 Subject: [PATCH] Revert "Update Vagrantfile" This reverts commit 339a87900eb6324a68220150006578ed4a8f6257. --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 073ed73dc..88b2b041b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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