1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00

Fix upgrade

This commit is contained in:
oufmilo 2023-12-22 17:04:02 +01:00
parent 847e9de83d
commit c533e2877a

View file

@ -67,8 +67,7 @@ then
ynh_exec_as $app git fetch
#git checkout master
ynh_exec_as $app git reset --hard --quiet $version_commit
ynh_exec_as $app git pull
ynh_exec_as $app git pull
popd
fi