]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor: refine error message
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 3 Sep 2025 17:24:37 +0000 (19:24 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 3 Sep 2025 17:24:37 +0000 (19:24 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
scripts/docker-upgrade.sh

index 98a5cfeaf3a85abce00b54d29feb79b805d4aaee..19fb644136125ab4d0fdcc487949e3b23fa8548f 100755 (executable)
@@ -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