Skip to content

Commit

Permalink
Removed exclamation points for mattr.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgersh committed May 29, 2013
1 parent 19572d9 commit d8be0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ namespace :site do
puts 'Done.'
end

desc "Move the History.markdown over to the /docs/history directory."
desc "Create a nicely formatted history page for the jekyll site based on the repo history."
task :history do
# First lets go ahead and format the file correctly (mainly bullet points)
puts "Generating the History doc!"
puts "Generating the History doc"
if File.exist?("History.markdown")
file_time = File.read("History.markdown")
# Replacing the contents of the file for the markdown bullets & issue links
Expand Down

0 comments on commit d8be0b1

Please sign in to comment.