diff options
Diffstat (limited to 'bin/multi-ping')
| -rwxr-xr-x | bin/multi-ping | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bin/multi-ping b/bin/multi-ping index 00ae466..9833215 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -121,7 +121,7 @@ helper = Custodian::Util::Ping.new( hostname )  #  #  Ping the host, via the helper  # -if ( helper.run_ping() ) +if ( helper.run_ping )    puts "#{hostname} - #{helper.address} - is alive."    exit 0  else | 
