aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-01-28 21:51:27 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-01-28 21:51:27 +0100
commit5741924cf92f3ff5c403d7d1ea34d5d6a47c8cf7 (patch)
tree2d9130622efd3338cf748982f56e57d6d35f9d0f
parentc7034ca5af26b70a06739978e0ea2f7fcf83f611 (diff)
global-functions: replace deprecated keep-result=no with output=none
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index f510218..78c8a9f 100644
--- a/global-functions
+++ b/global-functions
@@ -164,7 +164,7 @@
:if ([ :len $TelegramTokenId ] > 0 && [ :len $TelegramChatId ] > 0) do={
$CertificateAvailable "Go Daddy Secure Certificate Authority - G2";
:do {
- / tool fetch check-certificate=yes-without-crl keep-result=no http-method=post \
+ / tool fetch check-certificate=yes-without-crl output=none http-method=post \
("https://api.telegram.org/bot" . $TelegramTokenId . "/sendMessage") \
http-data=("chat_id=" . $TelegramChatId . "&disable_notification=" . $Silent . \
"&text=" . [ $UrlEncode ("[" . $Identity . "] " . $Subject . "\n\n" . $Message) ]);