From e755caaf496001f553d361d5b06f8a144d4050e1 Mon Sep 17 00:00:00 2001 From: opi Date: Fri, 27 May 2016 11:46:57 +0200 Subject: [PATCH] [enh] Update box name according to Vagrantfile update. --- ynh-dev | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ynh-dev b/ynh-dev index 8e0350b..569a1c1 100755 --- a/ynh-dev +++ b/ynh-dev @@ -109,15 +109,15 @@ elif [ "$1" = "run" ]; then # Get vagrant box info from version if [ "$VERSION" = "stable" ]; then - BOX_NAME="yunohost/yunohost-jessie-stable" + BOX_NAME="yunohost/jessie-stable" BOX_URL="https://build.yunohost.org/yunohost-jessie-stable.box" IP="192.168.33.80" elif [ "$VERSION" = "testing" ]; then - BOX_NAME="yunohost/yunohost-jessie-testing" + BOX_NAME="yunohost/jessie-testing" BOX_URL="https://build.yunohost.org/yunohost-jessie-testing.box" IP="192.168.33.81" elif [ "$VERSION" = "unstable" ]; then - BOX_NAME="yunohost/yunohost-jessie-unstable" + BOX_NAME="yunohost/jessie-unstable" BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box" IP="192.168.33.82" else