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 2016/08/11 12:13:15 UTC

[whimsy] branch master updated: cleanup syntax

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  7f54765   cleanup syntax
7f54765 is described below

commit 7f54765fec178df3e09e988b5dd54bcdf75ea217
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Aug 11 08:12:43 2016 -0400

    cleanup syntax
---
 www/officers/acreq.cgi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 5a89805..6636a2b 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -320,11 +320,10 @@ _html do
 
           # and commit the change ...
           _h2 'Commit messages'
-          rc = _.system ['/usr/bin/svn', [
+          rc = _.system ['/usr/bin/svn',
             ['--username', env.user, '--password', env.password],
             'commit', "#{tmpdir}/new-account-reqs.txt",
             '-m', "#{requestor} account request by #{user.id}"]
-          end
 
           if rc == 0
             mail.deliver!

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