diff --git a/Rakefile b/Rakefile index aee5747e280..b86891f0775 100644 --- a/Rakefile +++ b/Rakefile @@ -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?/, "")