aboutsummaryrefslogtreecommitdiffstats
path: root/gps-track
diff options
context:
space:
mode:
Diffstat (limited to 'gps-track')
-rw-r--r--gps-track2
1 files changed, 1 insertions, 1 deletions
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=("{" . \