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 d6e39b09 Oops, need message to commit
d6e39b09 is described below

commit d6e39b09c8145fdb1d0ccf5534c9ef99b70536e4
Author: Sebb <s...@apache.org>
AuthorDate: Tue Apr 18 20:47:36 2023 +0100

    Oops, need message to commit
---
 www/treasurer/bill-upload.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/treasurer/bill-upload.cgi b/www/treasurer/bill-upload.cgi
index 62d38d04..2e217a57 100755
--- a/www/treasurer/bill-upload.cgi
+++ b/www/treasurer/bill-upload.cgi
@@ -109,7 +109,7 @@ _html do
                 IO.binwrite(name, @file.read)
                 ASF::SVN.svn_('add', name, _)
 
-                ASF::SVN.svn_('commit', name, _, {user: $USER, password: 
$PASSWORD})
+                ASF::SVN.svn_('commit', name, _, {msg: @message, user: $USER, 
password: $PASSWORD})
               end
             end
           end

Reply via email to