From 90324f0f360936b28dc5090436c69ed5113caa25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 3 Sep 2025 19:24:37 +0200 Subject: [PATCH] refactor: refine error message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- scripts/docker-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-upgrade.sh b/scripts/docker-upgrade.sh index 98a5cfe..19fb644 100755 --- a/scripts/docker-upgrade.sh +++ b/scripts/docker-upgrade.sh @@ -97,7 +97,7 @@ send_telegram_message() { fi if ! command -v curl >/dev/null 2>&1; then - echo_timestamped "Error: curl not found, cannot send telegram notification" + echo_timestamped "Error: curl not found, cannot send telegram message" return 1 fi -- 2.43.0