diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 14:52:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 14:55:51 +0200 |
commit | 6f7ecaeec49d594aa987fe15f6bc5da3a8ec5d13 (patch) | |
tree | b1b47ac7bd02c507a2516dfd0c547ef4ef57dfa6 /packages-update | |
parent | 7ed54a4fe749a6bfd4e58c2063abb4a13bdebe31 (diff) |
packages-update: add missing colon
Diffstat (limited to 'packages-update')
-rw-r--r-- | packages-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages-update b/packages-update index 99f1f30..3142a85 100644 --- a/packages-update +++ b/packages-update @@ -47,7 +47,7 @@ $ScriptLock $0; :foreach Package in=[ / system package find where !bundle ] do={ :local PkgName [ / system package get $Package name ]; - if ([ $DownloadPackage $PkgName ($Update->"latest-version") ] = false) do={ + :if ([ $DownloadPackage $PkgName ($Update->"latest-version") ] = false) do={ $LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed.") true; } } |