From b944cc9b12ff88ebbe36a4de6fa73116d1fc2fb5 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Tue, 10 Dec 2013 23:02:53 -0500 Subject: [PATCH] fix rake doc:upload --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2