Skip to content

Commit 8e505f9

Browse files
committed
fix super call
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent be16dba commit 8e505f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)