From 2070dc1058aabdc6e827701be5f353237cabc38e Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 24 Feb 2020 13:11:47 +0100
Subject: [PATCH] Fix Vargrantfile.

---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 3380da83a..452ad2a10 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -78,7 +78,7 @@ Vagrant.configure(2) do |config|
   #   sudo apt-get update
   #   sudo apt-get install -y apache2
   # SHELL
-  config.vm.provision :shell, :path => "vagrant/provision.sh", :args => ["opentech.fund", "opentech"]
+  config.vm.provision :shell, :path => "vagrant/provision.sh", :args => ["hypha", "hypha"]
 
   # Enable agent forwarding over SSH connections.
   config.ssh.forward_agent = true
-- 
GitLab