From 70d2be62e94fec795c95dc6d904c56475668d3f9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:17:02 +0200 Subject: [PATCH] caddy: fix typo for setup_go (#8017) --- ct/caddy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/caddy.sh b/ct/caddy.sh index e782abd8d..143630ea5 100644 --- a/ct/caddy.sh +++ b/ct/caddy.sh @@ -33,7 +33,7 @@ function update_script() { msg_ok "Updated $APP LXC" if command -v xcaddy >/dev/null 2>&1; then - install_go + setup_go msg_info "Updating xCaddy" cd /opt RELEASE=$(curl -fsSL https://api.github.com/repos/caddyserver/xcaddy/releases/latest | grep "tag_name" | awk -F '"' '{print $4}')