Skip to content

Commit

Permalink
chg - Fixed FTBFS
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 9, 2024
1 parent 2efb750 commit ddb3911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Kernel/Updates/UpdateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public static void CheckKernelUpdates()
{
if (!AvailableUpdate.Updated && AvailableUpdate.UpdateVersion is not null)
{
SplashReport.ReportProgress(newVersion), 10);
SplashReport.ReportProgress(newVersion, 10);
SplashReport.ReportProgress(AvailableUpdate.UpdateVersion.ToString(), 10);
if (Config.MainConfig.AutoDownloadUpdate)
{
Expand Down

0 comments on commit ddb3911

Please sign in to comment.