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 2018/07/28 22:41:19 UTC

[whimsy] branch master updated: Done

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 0ab9011  Done
0ab9011 is described below

commit 0ab9011029cf799cbfb3cf0d45953e348f646cea
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jul 28 23:41:18 2018 +0100

    Done
---
 www/secretary/ldap-names.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/ldap-names.cgi b/www/secretary/ldap-names.cgi
index 51be48f..4eb147b 100755
--- a/www/secretary/ldap-names.cgi
+++ b/www/secretary/ldap-names.cgi
@@ -55,6 +55,7 @@ _html do
           end
         end
       end
+      _pre 'Completed', class: '_stdout'
     rescue => e
       _pre updates.inspect, class: '_stdout'
       _pre "Failed: #{e}", class: '_stdout'