diff options
author | Christian Hesse <mail@eworm.de> | 2019-02-11 15:14:23 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-02-11 15:14:23 +0100 |
commit | 900820b519708bf18085b0977a09d3c9efe9c646 (patch) | |
tree | 4850d775a7942aee7687442abaa90ce7dc6c0a7b | |
parent | db2c4fbf3972074c7e9ce978a906b8bbb437a0d2 (diff) |
global-functions: add missing colon
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 6e5dd5d..2a32cf7 100644 --- a/global-functions +++ b/global-functions @@ -151,7 +151,7 @@ :if ([ :len $PkgArch ] = 0) do={ :set PkgArch [ / system resource get architecture-name ]; } $CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt"; - do { + :do { :local PkgFile ($PkgName . "-" . $PkgVer . "-" . $PkgArch . ".npk"); / tool fetch mode=https check-certificate=yes-without-crl \ ("https://upgrade.mikrotik.com/routeros/" . $PkgVer . "/" . $PkgFile) \ |