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
911174c4ce
commit
10c90fdeba
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
ynh_script_progression --message="Upgrading source files..."
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
git config --global --add safe.directory $final_path
|
sudo git config --global --add safe.directory $final_path
|
||||||
git checkout master
|
git checkout master
|
||||||
git pull --quiet
|
git pull --quiet
|
||||||
git checkout $COMMIT --quiet
|
git checkout $COMMIT --quiet
|
||||||
|
|
Loading…
Add table
Reference in a new issue