Skip to content

Commit

Permalink
!cosmetic missed it
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 9, 2018
1 parent b6348a7 commit faac265
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Ombi.Schedule/Processor/ChangeLogProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public async Task<UpdateModel> Process(string branch)
if (masterBranch)
{
latestRelease = doc.DocumentNode.Descendants("h2")
.FirstOrDefault(x => x.InnerText == "(unreleased)");
// TODO: Change this to InnterText != "(unreleased)" once we go live and it's not a prerelease
.FirstOrDefault(x => x.InnerText != "(unreleased)");
}
else
{
Expand Down

0 comments on commit faac265

Please sign in to comment.