mirror of
https://github.com/inspec/inspec
synced 2024-12-04 02:19:50 +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!(
|
mock_cmds.merge!(
|
||||||
"sestatus" => empty.call,
|
"sestatus" => empty.call,
|
||||||
"semodule -lfull" => empty.call,
|
"semodule -lfull" => empty.call,
|
||||||
"semanage boolean -l -n" => empty.call,
|
"semanage boolean -l -n" => empty.call
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue