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
This commit is contained in:
CanbiZ (MickLesk)
2026-01-24 23:48:24 +01:00
committed by GitHub
parent 8742fedcea
commit 28b42883b7

View File

@@ -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