From 6e1dc229bbe677410bd407409069975d77e08f9e Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 17 Aug 2021 10:40:22 -0500 Subject: [PATCH] Don't assume vagrant host is linux in Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ff5ef335b..b0316389d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,7 +8,7 @@ Vagrant.configure("2") do |config| # config.vbguest.auto_update = false # config.vbguest.installer_options = { foo: 1, bar: 2 } - config.vagrant.host = "linux" + # config.vagrant.host = "linux" config.ssh.connect_timeout = 30