mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-16 09:48:25 +00:00
correct super call
This commit is contained in:
parent
53c8d21caf
commit
5ca421afc6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class SUIDCheck < Inspec.resource(1)
|
|||
"
|
||||
|
||||
def initialize(blacklist = nil)
|
||||
super
|
||||
super()
|
||||
blacklist = default if blacklist.nil?
|
||||
@blacklist = blacklist
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue