Skip to content

Commit

Permalink
Properly case History.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Mar 2, 2016
1 parent 7e21d2a commit 059d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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?/, "")
Expand Down

0 comments on commit 059d7d2

Please sign in to comment.