mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Update UpdateApp.cs
Spelling fix
This commit is contained in:
parent
527122452c
commit
cce82d38c0
@ -42,7 +42,7 @@ public static void Main(string[] args)
|
|||||||
Logger.Info("Updating Sonarr to version {0}", BuildInfo.Version);
|
Logger.Info("Updating Sonarr to version {0}", BuildInfo.Version);
|
||||||
_container.Resolve<UpdateApp>().Start(args);
|
_container.Resolve<UpdateApp>().Start(args);
|
||||||
|
|
||||||
Logger.Info("Update compleded successfully");
|
Logger.Info("Update completed successfully");
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user