mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
cmd and command were too similar
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
636f34f7fc
commit
c582895434
1 changed files with 3 additions and 2 deletions
|
@ -56,9 +56,10 @@ module Inspec::Resources
|
|||
end
|
||||
|
||||
command = command_builder(format_options, sql)
|
||||
cmd = inspec.command(command)
|
||||
inspec_cmd = inspec.command(command)
|
||||
|
||||
DatabaseHelper::SQLQueryResult.new(cmd, send(parser, cmd.stdout))
|
||||
DatabaseHelper::SQLQueryResult.new(inspec_cmd, send(parser,
|
||||
inspec_cmd.stdout))
|
||||
end
|
||||
|
||||
def to_s
|
||||
|
|
Loading…
Reference in a new issue