Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
Undo cosmetic change so this branch only affects test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ianheggie committed Mar 30, 2014
1 parent 2061ce6 commit 0944d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net/ping/external.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def ping(host = @host)

pcmd = ['ping']
bool = false

case RbConfig::CONFIG['host_os']
when /linux|bsd|osx|mach|darwin/i
pcmd += ['-c1', host]
Expand Down

0 comments on commit 0944d8a

Please sign in to comment.