1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 01:02:05 +00:00

Merge pull request #647 from mike-tesch/patch-1

Fix spelling mistake in UpdateApp.cs
This commit is contained in:
Mark McDowall 2015-06-27 20:21:28 -07:00
commit 120be567d3

View file

@ -42,7 +42,7 @@ public static void Main(string[] args)
Logger.Info("Updating Sonarr to version {0}", BuildInfo.Version);
_container.Resolve<UpdateApp>().Start(args);
Logger.Info("Update compleded successfully");
Logger.Info("Update completed successfully");
}
catch (Exception e)
{