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

minor fixes to wtf-gtfo

pull/127/head
Keivan Beigi 11 years ago
parent aa68faaf88
commit 380d2624f1

@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test.UpdateTests
public void should_get_master_if_branch_doesnt_exit()
{
UseRealHttp();
Subject.GetLatestUpdate("master2", new Version(2, 0)).Should().NotBeNull();
Subject.GetLatestUpdate("invalid_branch", new Version(2, 0)).Should().NotBeNull();
}

@ -52,7 +52,7 @@ namespace NzbDrone.Core.Update
}
catch (Exception e)
{
_logger.ErrorException("couldn't revert back to master.", e);
_logger.ErrorException("Couldn't revert back to master.", e);
}
}

Loading…
Cancel
Save