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 2017/08/23 15:08:20 UTC

[whimsy] branch master updated: Don't try and sort source as well

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 ada2d85  Don't try and sort source as well
ada2d85 is described below

commit ada2d8507f93d497cc30ad7f421f35e372df0015
Author: Sebb <se...@apache.org>
AuthorDate: Wed Aug 23 16:08:18 2017 +0100

    Don't try and sort source as well
---
 lib/whimsy/asf/ldap.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index b189063..d50fa3b 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -1306,8 +1306,8 @@ if __FILE__ == $0
       end
     end
   end
-  hosts=ASF::LDAP.getHOSTS().sort!
-  puppet=ASF::LDAP.puppet_ldapservers().sort!
+  hosts=ASF::LDAP.getHOSTS().sort
+  puppet=ASF::LDAP.puppet_ldapservers().sort
   if hosts == puppet
     puts("LDAP HOSTS array is up to date with the puppet list")
   else

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