Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed May 3, 2012
1 parent d5453d6 commit 17e5c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -26,7 +26,7 @@ task :publish do
commit = `echo "Publishing docs from master branch" | git commit-tree #{sha} -p refs/heads/gh-pages`.strip
`git update-ref refs/heads/gh-pages #{commit}`
puts "The gh-pages branch now points to the latest version of the docs."
puts "All the remains is for you to push gh-pages to github."
puts "All that remains is for you to push gh-pages to github."
end

RSpec::Core::RakeTask.new(:spec) do |t|
Expand Down

0 comments on commit 17e5c7c

Please sign in to comment.