From: Noam Postavsky Date: Wed, 11 Dec 2013 04:02:53 +0000 (-0500) Subject: fix rake doc:upload X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/b944cc9b12ff88ebbe36a4de6fa73116d1fc2fb5 fix rake doc:upload --- diff --git a/Rakefile b/Rakefile index 7300d6be6..53fc55e29 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