mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
updateservices: typo correction
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Jackett.Common.Services
|
|||||||
|
|
||||||
if (currentVersion == new Version(0, 0, 0))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user