Skip to content

Commit

Permalink
OHAI-116 - Add point release to redhat version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom May authored and AJ Christensen committed Oct 6, 2009
1 parent aa366ec commit 1795eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohai/plugins/linux/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
case line
when /\(Rawhide\)/
platform_version "rawhide"
when /release (\d+)/
when /release ([\d\.]+)/
platform_version $1
end
end
Expand Down

0 comments on commit 1795eb3

Please sign in to comment.