diff --git a/Rakefile b/Rakefile index 7300d6b..53fc55e 100644 --- a/Rakefile +++ b/Rakefile @@ -79,7 +79,7 @@ namespace :doc do end Dir.chdir 'doc/gh-pages' do sh "git commit -a -m 'Automatic documentation update.\n\n" + - "From #{rev.chomp()}'" + "From #{curRev.chomp()}'" sh "git push" end end