packages-update: update wording

This commit is contained in:
Christian Hesse 2021-04-29 14:55:13 +02:00
parent 6f7ecaeec4
commit afc231596c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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={
$LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed.") true;
$LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed, update aborted.") true;
}
}