From 28b42883b768a3b8703ba4a2595a0455a6019b4b Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:48:24 +0100 Subject: [PATCH] fix(elementsynapse): correct parameter order in fetch_and_deploy_gh_release (#11145) Fixed wrong parameter order that caused malformed GitHub API URL. The function was called with repo as first arg and path as second, instead of app name as first and repo as second. Closes #11144 --- install/elementsynapse-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/elementsynapse-install.sh b/install/elementsynapse-install.sh index 59ff41ed2..e2804a51e 100644 --- a/install/elementsynapse-install.sh +++ b/install/elementsynapse-install.sh @@ -51,7 +51,7 @@ sed -i '34d' /etc/matrix-synapse/homeserver.yaml systemctl start matrix-synapse msg_ok "Installed Element Synapse" -fetch_and_deploy_gh_release "etkecc/synapse-admin" "/opt/synapse-admin" "tarball" +fetch_and_deploy_gh_release "synapse-admin" "etkecc/synapse-admin" "tarball" msg_info "Installing Synapse-Admin" cd /opt/synapse-admin