Skip to content

Commit

Permalink
fix super call
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi committed Jan 29, 2021
1 parent be16dba commit 8e505f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/suid_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SUIDCheck < Inspec.resource(1)
"

def initialize(blacklist = nil)
super
super()
blacklist = default if blacklist.nil?
@blacklist = blacklist
end
Expand Down

0 comments on commit 8e505f9

Please sign in to comment.