From a33bbd603d724984042e1751365a26433eca5cd1 Mon Sep 17 00:00:00 2001 From: Gabriel David Pragin Date: Mon, 18 Aug 2025 00:49:29 -0700 Subject: [PATCH] fix: unbound env variable (#6922) --- ct/uptimekuma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh index 346212b56..d2a8714e6 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -44,7 +44,7 @@ function update_script() { fetch_and_deploy_gh_release "uptime-kuma" "louislam/uptime-kuma" "tarball" cd /opt/uptime-kuma - msg_info "Updating ${APP} to ${LATEST}" + msg_info "Updating ${APP} to ${RELEASE}" $STD npm install --omit dev $STD npm run download-dist msg_ok "Updated ${APP}"