mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Lint fix
Signed-off-by: Nik08 <nikita.mathur@progress.com>
This commit is contained in:
parent
39eb339dda
commit
9816e545c7
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ module Inspec
|
|||
# Handled in both ways to fix label differences for Ruby 3.4 and other versions of Ruby
|
||||
(stack_match(stack: stack, path: "thor/command", label: "Thor::Command#run") &&
|
||||
stack_match(stack: stack, path: "thor/invocation", label: "Thor::Invocation#invoke_command")) ||
|
||||
(stack_match(stack: stack, path: "thor/command", label: "run") &&
|
||||
stack_match(stack: stack, path: "thor/invocation", label: "invoke_command"))
|
||||
(stack_match(stack: stack, path: "thor/command", label: "run") &&
|
||||
stack_match(stack: stack, path: "thor/invocation", label: "invoke_command"))
|
||||
end
|
||||
|
||||
def self.kitchen?(stack)
|
||||
|
|
Loading…
Reference in a new issue