From c90a7dd972538f26030295a7e304da244b684a81 Mon Sep 17 00:00:00 2001 From: Poulette Date: Thu, 26 Feb 2026 01:19:02 +0100 Subject: [PATCH] Hardcode app name in error messages Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- ct/surrealdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/surrealdb.sh b/ct/surrealdb.sh index 36961a0d..4c9410e8 100644 --- a/ct/surrealdb.sh +++ b/ct/surrealdb.sh @@ -26,7 +26,7 @@ function update_script() { check_container_resources if [[ ! -f /usr/local/bin/surreal ]]; then - msg_error "No ${APP} Installation Found!" + msg_error "No SurrealDB Installation Found!" exit fi