Skip to content

Commit 70d2be6

Browse files
authored
caddy: fix typo for setup_go (#8017)
1 parent fe30e06 commit 70d2be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/caddy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function update_script() {
3333
msg_ok "Updated $APP LXC"
3434

3535
if command -v xcaddy >/dev/null 2>&1; then
36-
install_go
36+
setup_go
3737
msg_info "Updating xCaddy"
3838
cd /opt
3939
RELEASE=$(curl -fsSL https://api.github.com/repos/caddyserver/xcaddy/releases/latest | grep "tag_name" | awk -F '"' '{print $4}')

0 commit comments

Comments
 (0)