Skip to content

Commit

Permalink
Merge pull request #571 from jaymzh/fs2_device
Browse files Browse the repository at this point in the history
[filesystem2] Minor linux bug
  • Loading branch information
jaymzh committed Jun 29, 2015
2 parents 414c4a6 + 6d50ebb commit 6235650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ohai/plugins/linux/filesystem2.rb
Expand Up @@ -200,6 +200,7 @@ def generate_mountpoint_view(fs)
key = "#{$1},#{$2}"
next if fs.has_key?(key)
fs[key] = Mash.new
fs[key][:device] = $1
fs[key][:mount] = $2
fs[key][:fs_type] = $3
fs[key][:mount_options] = $4.split(",")
Expand Down

0 comments on commit 6235650

Please sign in to comment.