diff options
Diffstat (limited to 'lib/custodian/util/ping.rb')
-rw-r--r-- | lib/custodian/util/ping.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/util/ping.rb b/lib/custodian/util/ping.rb index 4056803..771cfd6 100644 --- a/lib/custodian/util/ping.rb +++ b/lib/custodian/util/ping.rb @@ -85,7 +85,7 @@ module Custodian else puts "ERROR: Resolved to neither an IPv6 or IPv4 address." end - return false + false end end |