Fix upgrade

This commit is contained in:
yalh76 2019-02-04 01:10:01 +01:00
parent 5cc1b3184d
commit b92b58cf66
2 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,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.13"
git checkout "tags/2.0.0-beta.13" --quiet
popd
#=================================================

View File

@ -87,8 +87,8 @@ path_url=$(ynh_normalize_url_path $path_url)
#ynh_setup_source "$final_path"
pushd $final_path
git pull
git checkout "tags/2.0.0-beta.13"
git fetch origin
git checkout "tags/2.0.0-beta.13" --quiet
popd
#=================================================