global-functions: $ScriptInstallUpdate: use $CommitBrief

This commit is contained in:
Christian Hesse 2026-01-20 11:27:06 +01:00
parent a41f3a07f0
commit eab3b731f5

View file

@ -1260,7 +1260,6 @@
:local NewComment [ :tostr $2 ];
:global CommitId;
:global CommitInfo;
:global ExpectedConfigVersion;
:global GlobalConfigReady;
:global GlobalFunctionsReady;
@ -1272,6 +1271,7 @@
:global ScriptUpdatesUrlSuffix;
:global CertificateAvailable;
:global CommitBrief;
:global EitherOr;
:global FetchUserAgentStr;
:global Grep;
@ -1436,8 +1436,8 @@
}
}
:if ($CommitId != "unknown" && $CommitIdBefore != $CommitId) do={
$LogPrint info $0 ("Updated to commit: " . $CommitInfo . "/" . [ :pick $CommitId 0 8 ]);
:if ($CommitIdBefore != $CommitId) do={
$LogPrint info $0 ("Updated to commit: " . [ $CommitBrief ]);
}
:if ($ExpectedConfigVersionBefore > $ExpectedConfigVersion) do={