diff options
author | Christian Hesse <mail@eworm.de> | 2020-01-28 21:52:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-01-28 21:52:15 +0100 |
commit | 639011a9bac9adc2c065d497f1a9d03151e8c31e (patch) | |
tree | e65e6dd2340e2dd44ce82ee5d3eecbc95facb84e /gps-track | |
parent | 5741924cf92f3ff5c403d7d1ea34d5d6a47c8cf7 (diff) |
gps-track: replace deprecated keep-result=no with output=none
Diffstat (limited to 'gps-track')
-rw-r--r-- | gps-track | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") . "\"," . \ |