1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00
This commit is contained in:
oufmilo 2023-02-05 08:57:43 +01:00
parent d4a437eb45
commit 911174c4ce

View file

@ -106,6 +106,7 @@ then
ynh_script_progression --message="Upgrading source files..."
pushd "$final_path"
git config --global --add safe.directory $final_path
git checkout master
git pull --quiet
git checkout $COMMIT --quiet