From 329fba00ac3b770549365ce3d49db7e5bdcba39a Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Wed, 2 Jul 2014 09:56:04 +0200 Subject: [PATCH] Update vagrant.md --- vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.md b/vagrant.md index 6c610565..ed825503 100644 --- a/vagrant.md +++ b/vagrant.md @@ -25,7 +25,7 @@ vagrant init chef/debian-7.4 Uncomment (remove the leading #) the following line in the newly created Vagrantfile to get access from the host system ```bash - config.vm.network "private_network", ip: "192.168.33.10" +config.vm.network "private_network", ip: "192.168.33.10" ``` Clone the Yunohost install script repository