From 4984aae525bee93ded574404ca9b19d4ff6a807f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Feb 2019 08:54:59 +0100 Subject: [PATCH] desactivate checkout 2.0.0-beta.12 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 33c4fff..ca92ca8 100644 --- a/scripts/install +++ b/scripts/install @@ -139,7 +139,7 @@ ynh_app_setting_set $app final_path $final_path git clone https://github.com/Requarks/wiki "$final_path" pushd $final_path - git checkout tags/2.0.0-beta.12 + #git checkout tags/2.0.0-beta.12 popd #=================================================