mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Fixed spelling of enviroment provider (Environment). :)
This commit is contained in:
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||
}
|
||||
|
||||
//Delete App_data folder
|
||||
var appData = new EnviromentProvider().GetAppDataPath();
|
||||
var appData = new EnvironmentProvider().GetAppDataPath();
|
||||
|
||||
if (Directory.Exists(appData))
|
||||
{
|
||||
|
Reference in New Issue
Block a user