aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-04-29 14:52:38 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-04-29 14:55:51 +0200
commit6f7ecaeec49d594aa987fe15f6bc5da3a8ec5d13 (patch)
treeb1b47ac7bd02c507a2516dfd0c547ef4ef57dfa6
parent7ed54a4fe749a6bfd4e58c2063abb4a13bdebe31 (diff)
packages-update: add missing colon
-rw-r--r--packages-update2
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;
}
}