diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-09 17:53:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-09 18:01:44 +0200 |
commit | b93d4d40bc946ac31fcdb619343e21717d816e99 (patch) | |
tree | ff653495223cde7ad0812b52650a685ce542cc82 /daily-psk.template | |
parent | 2e10a80f95274be340ff90979410da239cb67620 (diff) |
drop deprecated mode= for fetch
Diffstat (limited to 'daily-psk.template')
-rw-r--r-- | daily-psk.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daily-psk.template b/daily-psk.template index 2044281..4cb7cd2 100644 --- a/daily-psk.template +++ b/daily-psk.template @@ -80,7 +80,7 @@ :local Attach "qrcode-daily.png"; :do { - / tool fetch mode=https check-certificate=yes-without-crl \ + / tool fetch check-certificate=yes-without-crl \ $Url dst-path=$Attach; } on-error={ :set Attach ""; |