Skip to content
Snippets Groups Projects
Commit 2070dc10 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Fix Vargrantfile.

parent a4c31ed6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment