You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/09/27 13:55:05 UTC

[whimsy] branch master updated: add a dash

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

rubys 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 a58f855  add a dash
a58f855 is described below

commit a58f855844b35caaf85d7a1e4ccaae19054d582c
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Sep 27 09:54:56 2017 -0400

    add a dash
---
 www/board/agenda/routes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb
index dd74ad6..eb974b4 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -370,7 +370,7 @@ post %r{/(\d\d\d\d-\d\d-\d\d)/} do |date|
     `svn checkout --depth empty #{board} #{dir} #{auth}`
     File.write "#{dir}/#{agenda}", contents
     `svn add #{dir}/#{agenda}`
-    `svn commit #{dir}/#{agenda} -message "Post #{date} agenda" #{auth}`
+    `svn commit #{dir}/#{agenda} --message "Post #{date} agenda" #{auth}`
     Agenda.update_cache agenda, File.join(dir, agenda), contents, false
   end
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].