Properly case History.markdown

This commit is contained in:
Ben Balter 2016-03-02 13:38:54 -05:00
parent 7e21d2a98f
commit 059d7d2997
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ end
def content_for(file)
contents = File.read(file)
case file
when "HISTORY.markdown"
when "History.markdown"
converted_history(contents)
else
contents.gsub!(/\A# .*\n\n?/, "")