mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 17:17:02 +00:00
Merge pull request #647 from mike-tesch/patch-1
Fix spelling mistake in UpdateApp.cs
This commit is contained in:
commit
120be567d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue