diff --git a/Ombi.UI/Program.cs b/Ombi.UI/Program.cs index b454550c5..2dc1ef5a8 100644 --- a/Ombi.UI/Program.cs +++ b/Ombi.UI/Program.cs @@ -75,7 +75,7 @@ namespace Ombi.UI var s = new Setup(); var cn = s.SetupDb(baseUrl); s.CacheQualityProfiles(); - ConfigureTargets(cn); + ConfigureTargets(cn); SetupLogging(); if (port == -1 || port == 3579) @@ -110,7 +110,7 @@ namespace Ombi.UI { Log.Info("This is not Mono"); Console.WriteLine("Press any key to exit"); - Console.ReadLine(); + Console.ReadLine(); } } }