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 | 80b250e226472b3d7d71c194ea1cd2b02f52885c (patch) | |
tree | 7536362b6aa9c1f6c90c75d4b56b6533e73d7080 /bin | |
parent | 5c92238fa95976cc6445eea3f964a8602bd939c8 (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 ) # |