From 639011a9bac9adc2c065d497f1a9d03151e8c31e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 Jan 2020 21:52:15 +0100 Subject: gps-track: replace deprecated keep-result=no with output=none --- gps-track | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps-track b/gps-track index 932a0dc..3b944b3 100644 --- a/gps-track +++ b/gps-track @@ -12,7 +12,7 @@ if ($Gps->"valid" = true) do={ :tool fetch check-certificate=yes-without-crl \ - $GpsTrackUrl keep-result=no \ + $GpsTrackUrl output=none \ http-method=post http-header-field="Content-Type: application/json" \ http-data=("{" . \ "\"lat\":\"" . ($Gps->"latitude") . "\"," . \ -- cgit v1.2.3-54-g00ecf