mirror of
https://github.com/inspec/inspec
synced 2024-12-03 09:59:26 +00:00
Fix lintstyle
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
622a4ed47c
commit
a09fb159d3
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class MockLoader
|
|||
mock_cmds.merge!(
|
||||
"sestatus" => empty.call,
|
||||
"semodule -lfull" => empty.call,
|
||||
"semanage boolean -l -n" => empty.call,
|
||||
"semanage boolean -l -n" => empty.call
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue