Removed exclamation points for mattr.

This commit is contained in:
zachgersh 2013-05-28 22:13:48 -07:00
parent 19572d9a81
commit d8be0b1906
1 changed files with 2 additions and 2 deletions

View File

@ -148,10 +148,10 @@ namespace :site do
puts 'Done.' puts 'Done.'
end 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 task :history do
# First lets go ahead and format the file correctly (mainly bullet points) # 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") if File.exist?("History.markdown")
file_time = File.read("History.markdown") file_time = File.read("History.markdown")
# Replacing the contents of the file for the markdown bullets & issue links # Replacing the contents of the file for the markdown bullets & issue links