From 0ecdd9ad8d5a978d5898574db0283cbdce370f47 Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 22 Feb 2018 18:32:23 +0000 Subject: [PATCH] Use the active Vagrant box repo for new zcash-build provisions Closes #16. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 68330ea..cd56f32 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') Vagrant.configure(2) do |config| config.ssh.forward_agent = true