You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/10/22 20:55:59 UTC

[whimsy] branch master updated: Oops

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 15abdc4  Oops
15abdc4 is described below

commit 15abdc463c67020f541be248e4f3e22198b6afdb
Author: Sebb <se...@apache.org>
AuthorDate: Thu Oct 22 21:54:55 2020 +0100

    Oops
---
 www/board/agenda/views/actions/publish.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/publish.json.rb b/www/board/agenda/views/actions/publish.json.rb
index 73d8f6e..55c29be 100755
--- a/www/board/agenda/views/actions/publish.json.rb
+++ b/www/board/agenda/views/actions/publish.json.rb
@@ -121,7 +121,7 @@ ASF::SVN.update BOARD_PRIVATE, @message, env, _ do |tmpdir|
   ASF::SVN.svn_('update', agenda_path, _)
   if File.exist? agenda_path
     agenda_archive = File.join(tmpdir, 'archived_agendas')
-    ASF::SVN.svn_('update', agenda_archive, _, {depth: empty})
+    ASF::SVN.svn_('update', agenda_archive, _, {depth: 'empty'})
     ASF::SVN.svn_('mv', [agenda_path, agenda_archive], _)
   end
 end