aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/global-functions b/global-functions
index a4b0f99..92d9d57 100644
--- a/global-functions
+++ b/global-functions
@@ -130,7 +130,7 @@
:do {
:local Vendor;
$CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt";
- :set Vendor ([ / tool fetch mode=https check-certificate=yes-without-crl \
+ :set Vendor ([ / tool fetch check-certificate=yes-without-crl \
("https://api.macvendors.com/" . [ :pick $Mac 0 8 ]) output=user as-value ]->"data");
:return $Vendor;
} on-error={
@@ -176,7 +176,7 @@
$CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt";
:do {
- / tool fetch mode=https check-certificate=yes-without-crl \
+ / tool fetch check-certificate=yes-without-crl \
("https://upgrade.mikrotik.com/routeros/" . $PkgVer . "/" . $PkgFile) \
dst-path=$PkgDest;
} on-error={