mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
fix copypasta
Signed-off-by: Eike Waldt <waldt@b1-systems.de>
This commit is contained in:
parent
2700018c58
commit
cf4c0f1ed3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module Inspec::Resources
|
|||
elsif os.windows?
|
||||
inspec.powershell("Get-CimInstance -ClassName Win32_ComputerSystem | Select Manufacturer -ExpandProperty Manufacturer").stdout.chomp
|
||||
else
|
||||
skip_resource "The `sys_info.model` resource is not supported on your OS yet."
|
||||
skip_resource "The `sys_info.manufacturer` resource is not supported on your OS yet."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue