Skip to content

Commit

Permalink
Merge pull request dev-sec#147 from dev-sec/super_fix
Browse files Browse the repository at this point in the history
fix super call
  • Loading branch information
schurzi authored Jan 29, 2021
2 parents be16dba + 8e505f9 commit f7d1560
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 f7d1560

Please sign in to comment.