misc clean-ups

This commit is contained in:
Tom Vaughan 2012-09-04 10:30:52 -07:00
parent 8694bb8fb2
commit a832143c87
2 changed files with 7 additions and 7 deletions

View file

@ -99,7 +99,7 @@ EOF
end
def deploy_git
puts "## Deploying to Github Pages"
puts "## Deploying to GitHub Pages"
Dir.mktmpdir do |tmp|
# clone ./ with branch gh-pages to tmp
repo = Git.clone(ENV['MM_ROOT'], tmp)