mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Fixed spelling of enviroment provider (Environment). :)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace NzbDrone.Core.Datastore.Migrations
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
//This should not run unless for a clean install
|
||||
EnviromentProvider.RegisterNewInstall = true;
|
||||
EnvironmentProvider.RegisterNewInstall = true;
|
||||
|
||||
Database.AddTable("Series", new[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user