mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix upgrade
This commit is contained in:
parent
b000f9372f
commit
6f34364751
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --keep=".config/default.yml"
|
||||
pushd "$final_path"
|
||||
pushd "$final_path"
|
||||
git checkout $COMMIT
|
||||
git pull --quiet
|
||||
git submodule update --init --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue