Add missing `.`

This commit is contained in:
Dean Herbert 2024-09-09 18:09:28 +09:00 committed by GitHub
parent d451415d5c
commit 63b6f36a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ private static void setupVelopack()
{ {
if (OsuGameDesktop.IsPackageManaged) if (OsuGameDesktop.IsPackageManaged)
{ {
Logger.Log("Updates are being managed by an external provider. Skipping Velopack setup"); Logger.Log("Updates are being managed by an external provider. Skipping Velopack setup.");
return; return;
} }