emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master b944cc9 078/177: fix rake doc:upload


From: João Távora
Subject: [elpa] master b944cc9 078/177: fix rake doc:upload
Date: Sat, 28 Mar 2015 15:41:03 +0000

branch: master
commit b944cc9b12ff88ebbe36a4de6fa73116d1fc2fb5
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]