diff --git a/lib/resources/command.rb b/lib/resources/command.rb index d47b44e1a..8ebed0047 100644 --- a/lib/resources/command.rb +++ b/lib/resources/command.rb @@ -49,7 +49,7 @@ class Cmd < Inspec.resource(1) elsif inspec.os.unix? res = inspec.backend.run_command("type \"#{@command}\"") else - warn "`command(#{@command}).exist?` is not suported on you OS: #{inspec.os[:family]}" + warn "`command(#{@command}).exist?` is not suported on your OS: #{inspec.os[:family]}" return false end res.exit_status.to_i == 0