From 773b0084fbd00d40b906e092215b3c49d438c6e8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Mar 2019 15:19:21 +0100 Subject: [PATCH] fix upgrade repository --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index a6c60ac..fcdc0c6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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