mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04: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