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/07/06 02:52:45 UTC

[whimsy] branch master updated: add in missing comma

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 8091c20  add in missing comma
8091c20 is described below

commit 8091c20ca0265b83ac0740afc2689f06a8f9ae27
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jul 5 22:52:09 2017 -0400

    add in missing comma
---
 www/secretary/public-names.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/public-names.cgi b/www/secretary/public-names.cgi
index 39e5e8f..07c4b14 100755
--- a/www/secretary/public-names.cgi
+++ b/www/secretary/public-names.cgi
@@ -65,7 +65,7 @@ _html do
         officers]
 
       _.system ['svn', 'update', 
-        (['--username', $USER, '--password', $PASSWORD] if $PASSWORD)
+        (['--username', $USER, '--password', $PASSWORD] if $PASSWORD),
         officers + '/iclas.txt']
       next unless File.exist? officers + '/iclas.txt'
       iclas = File.read(officers + '/iclas.txt')

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