diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 06:42:07 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 06:42:07 +0000 |
commit | 6b777872b8d0ec8506ef90bc121eb70a8099db80 (patch) | |
tree | 7536362b6aa9c1f6c90c75d4b56b6533e73d7080 /bin | |
parent | 2d0160537ebfacc391d395f7d1ac0a4e02543c74 (diff) |
Renamed.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/multi-ping | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/multi-ping b/bin/multi-ping index 06232e4..3e4cbf4 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -33,7 +33,7 @@ require 'getoptlong' -require 'custodian/multiping' +require 'custodian/util/ping' @@ -115,7 +115,7 @@ end # # Create the object # -helper = MultiPing.new( hostname ) +helper = Custodian::Util::Ping.new( hostname ) # |