Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: jamesongithub@users.noreply.github.com <jamesongithub@users.noreply.github.com>
  • Loading branch information
jamesongithub committed Jul 20, 2022
1 parent 5b49430 commit 037302f
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 @@ -149,7 +149,7 @@ def platform_family_from_platform(plat)
"rhel"
when /amazon/
"amazon"
# suse matches opensuse, suse-* opensuse-*, etc. sle[sd\-_] intends to matches sles, sled, sle-*, sle_*
# suse matches opensuse, suse-* opensuse-*, etc. sle[sd\-_] intends to match sles, sled, sle-*, sle_*
when /suse/, /sle[sd\-_]/
"suse"
when /fedora/, /arista_eos/
Expand Down

0 comments on commit 037302f

Please sign in to comment.