From: Jérôme Benoit Date: Wed, 3 Sep 2025 17:24:37 +0000 (+0200) Subject: refactor: refine error message X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=90324f0f360936b28dc5090436c69ed5113caa25;p=freqai-strategies.git refactor: refine error message Signed-off-by: Jérôme Benoit --- 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