mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
4b9926e55b
commit
3f67f06913
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||
|
||||
pushd "$final_path"
|
||||
git config --system --add safe.directory *
|
||||
git config --system --add safe.directory $final_path
|
||||
git checkout master
|
||||
git pull --quiet
|
||||
git checkout $COMMIT --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue