summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/freebsd/network.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/freebsd/network.rb')
-rw-r--r--lib/ohai/plugins/freebsd/network.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/freebsd/network.rb b/lib/ohai/plugins/freebsd/network.rb
index efcaabb1..fa61ff5c 100644
--- a/lib/ohai/plugins/freebsd/network.rb
+++ b/lib/ohai/plugins/freebsd/network.rb
@@ -39,7 +39,7 @@ Ohai.plugin(:Network) do
end
iface = Mash.new
- so = shell_out("#{ Ohai.abs_path( "/sbin/ifconfig" )} -a")
+ so = shell_out("#{Ohai.abs_path( "/sbin/ifconfig" )} -a")
cint = nil
so.stdout.lines do |line|
if line =~ /^([0-9a-zA-Z\.]+):\s+/