This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 44d9091  update passes the temporary directory first
44d9091 is described below

commit 44d90912c627ea771486323a3d0559f58237dc8a
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 19 15:53:24 2020 +0100

    update passes the temporary directory first
---
 www/board/agenda/views/actions/publish.json.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/board/agenda/views/actions/publish.json.rb 
b/www/board/agenda/views/actions/publish.json.rb
index e06d9e2..a0bc31c 100755
--- a/www/board/agenda/views/actions/publish.json.rb
+++ b/www/board/agenda/views/actions/publish.json.rb
@@ -83,14 +83,12 @@ end
 # - [17 June 2020](../records/minutes/2020/board_minutes_2020_06_17.txt)
 #     * ...
 #     * ...
-#
 # - [20 May 2020](../records/minutes/2020/board_minutes_2020_05_20.txt)
 #     * ...
-#
 # ...
 
 # Update the Calendar from SVN
-ASF::SVN.update ASF::SVN.svnpath!('site-board', 'calendar.mdtext' ).untaint, 
@message, env, _ do |calendar|
+ASF::SVN.update ASF::SVN.svnpath!('site-board', 'calendar.mdtext' ).untaint, 
@message, env, _ do |tmpdir, calendar|
   # add year header
   unless calendar.include? "# #{year} Board meeting minutes"
     calendar[/^()#.*Board meeting minutes #/,1] =

Reply via email to