From b93d4d40bc946ac31fcdb619343e21717d816e99 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 9 Apr 2019 17:53:48 +0200 Subject: drop deprecated mode= for fetch --- gps-track | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gps-track') diff --git a/gps-track b/gps-track index 3870c60..572d662 100644 --- a/gps-track +++ b/gps-track @@ -13,7 +13,7 @@ if ($Gps->"valid" = true) do={ :set ($Gps->"latitude") [ :pick ($Gps->"latitude") 0 [ :find ($Gps->"latitude") "\00" ] ]; :set ($Gps->"longitude") [ :pick ($Gps->"longitude") 0 [ :find ($Gps->"longitude") "\00" ] ]; - :tool fetch mode=https check-certificate=yes-without-crl \ + :tool fetch check-certificate=yes-without-crl \ $GpsTrackUrl keep-result=no \ http-method=post http-header-field="Content-Type: application/json" \ http-data=("{" . \ -- cgit v1.2.3-54-g00ecf