From 5f3f63093044829746c510ef8f789eaa836f5bcc Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:31:44 +0200 Subject: [PATCH] Fix version prefix in gitea-mirror fetch command --- ct/gitea-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/gitea-mirror.sh b/ct/gitea-mirror.sh index 98226ee5..bfe93ff8 100644 --- a/ct/gitea-mirror.sh +++ b/ct/gitea-mirror.sh @@ -97,7 +97,7 @@ fi msg_ok "Installed Bun" rm -rf /opt/gitea-mirror - fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" "3.8.1" + fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" "v3.8.1" msg_info "Updating and rebuilding ${APP}" cd /opt/gitea-mirror