From 5cc24f3a9a25a4214f1ee85a24960cce9f4f9516 Mon Sep 17 00:00:00 2001
From: Steve Kemp <steve@steve.org.uk>
Date: Mon, 9 Mar 2015 13:05:28 +0000
Subject: Removed bogus period.

---
 lib/custodian/protocoltest/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/custodian/protocoltest')

diff --git a/lib/custodian/protocoltest/ldap.rb b/lib/custodian/protocoltest/ldap.rb
index 53257a0..fd02623 100644
--- a/lib/custodian/protocoltest/ldap.rb
+++ b/lib/custodian/protocoltest/ldap.rb
@@ -124,7 +124,7 @@ module Custodian
             return true
           else
             @error = "failed to bind to LDAP server '#{@host}' with username '#{@ldap_user}' and password '#{@ldap_pass}'"
-            return false.
+            return false
           end
         end
       rescue LDAP::ResultError => ex
-- 
cgit v1.2.3