fix copypasta

Signed-off-by: Eike Waldt <waldt@b1-systems.de>
This commit is contained in:
Eike Waldt 2019-07-12 14:11:12 +02:00
parent 2700018c58
commit cf4c0f1ed3
No known key found for this signature in database
GPG key ID: D1E0FBB747DCAE4B

View file

@ -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