Skip to content

Commit f7d1560

Browse files
authored
Merge pull request #147 from dev-sec/super_fix
fix super call
2 parents be16dba + 8e505f9 commit f7d1560

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)