branch: master commit b944cc9b12ff88ebbe36a4de6fa73116d1fc2fb5 Author: Noam Postavsky <npost...@users.sourceforge.net> Commit: Noam Postavsky <npost...@users.sourceforge.net>
fix rake doc:upload --- Rakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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