mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Update UpdateApp.cs
Spelling fix
This commit is contained in:
parent
527122452c
commit
cce82d38c0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace NzbDrone.Update
|
||||||
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…
Add table
Add a link
Reference in a new issue