mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
fix upgrade repository
This commit is contained in:
parent
9fbdc4ceac
commit
773b0084fb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ path_url=$(ynh_normalize_url_path $path_url)
|
|||
ynh_print_info "Upgrading source files..."
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
git clone --quiet $git_repository "$final_path/upgrade"
|
||||
git clone --quiet https://git.pleroma.social/pleroma/pleroma "$final_path/upgrade"
|
||||
pushd "$final_path/upgrade"
|
||||
git checkout -b master
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue