Skip to content

Commit

Permalink
vcs - update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jul 15, 2024
1 parent 63b8154 commit eb57abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/git/vcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ const void CheckForUpdates()

if (latestVersion != MILLENNIUM_VERSION)
{
Logger.Warn("A new version of Millennium is available: {}", latestVersion);
Logger.Warn("Upgrading Millennium@{} -> Millennium@{}", MILLENNIUM_VERSION, latestVersion);
RunPowershellCommand(L"iwr -useb https://steambrew.app/update.ps1 | iex");
}
else
{
Logger.Log("Millennium is up to date.");
Logger.Log("Millennium@{} is up to date.", MILLENNIUM_VERSION);
}
}
}

0 comments on commit eb57abf

Please sign in to comment.