From 8c103469a965e9b744d78a4d431ad71c505307e9 Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 26 May 2016 16:08:50 +0200 Subject: [PATCH] [fix] Use master branch for Vagrantfile and ynh-dev project while creating dev env. --- ynh-dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ynh-dev b/ynh-dev index 38c8072..f9d5415 100755 --- a/ynh-dev +++ b/ynh-dev @@ -85,11 +85,11 @@ elif [ "$1" = "create-env" ]; then git clone -b unstable https://github.com/YunoHost/moulinette moulinette # Get YunoHost Vagrantfile - git clone -b opi-boxes https://github.com/YunoHost/Vagrantfile vagrant + git clone -b master https://github.com/YunoHost/Vagrantfile vagrant ln -s vagrant/Vagrantfile Vagrantfile # Get YunoHost dev tools - git clone -b opi-boxes https://github.com/YunoHost/ynh-dev ynh-dev-tools + git clone -b master https://github.com/YunoHost/ynh-dev ynh-dev-tools cp ynh-dev-tools/ynh-dev ynh-dev