mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed spelling of enviroment provider (Environment). :)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NzbDrone.Common
|
||||
{
|
||||
static LogConfiguration()
|
||||
{
|
||||
if (EnviromentProvider.IsProduction)
|
||||
if (EnvironmentProvider.IsProduction)
|
||||
{
|
||||
LogManager.ThrowExceptions = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user