Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/cce82d38c0178495792b81c1d82e58b6890484d9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update UpdateApp.cs

Spelling fix
pull/6/head
Michael Tesch 10 years ago
parent 527122452c
commit cce82d38c0

@ -42,7 +42,7 @@ namespace NzbDrone.Update
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…
Cancel
Save