1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 10:48:26 +00:00

updateservices: typo correction

This commit is contained in:
Garfield69 2024-08-29 15:15:38 +12:00
parent f61401069c
commit 1d941043fc

View file

@ -101,7 +101,7 @@ namespace Jackett.Common.Services
if (currentVersion == new Version(0, 0, 0))
{
logger.Info("Skipping checking for new releases because Jackett is runing in IDE.");
logger.Info("Skipping checking for new releases because Jackett is running in IDE.");
return;
}