From 9b72c9fdc863b322d627aa7173c0abf69eea6729 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Feb 2019 09:11:40 +0100 Subject: [PATCH] 2.0.0-beta.13 --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 33c4fff..f694566 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 #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d57e5e2..b979fa2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -88,7 +88,7 @@ path_url=$(ynh_normalize_url_path $path_url) pushd $final_path git pull - git checkout tags/2.0.0-beta.12 + git checkout "tags/2.0.0-beta.12" popd #=================================================