Skip to content

Commit 8e505f9

Browse files
committed
fix super call
Signed-off-by: Martin Schurz <[email protected]>
1 parent be16dba commit 8e505f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/suid_check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SUIDCheck < Inspec.resource(1)
1212
"
1313

1414
def initialize(blacklist = nil)
15-
super
15+
super()
1616
blacklist = default if blacklist.nil?
1717
@blacklist = blacklist
1818
end

0 commit comments

Comments
 (0)