diff --git a/Vagrantfile b/Vagrantfile index 3380da83a0336ab154bd321a3aa39a7b784c88c0..452ad2a109e4c8af1443854c1a2a7c8a7d38c1e2 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