Skip to content

Commit

Permalink
assets/cleaner.rb: fix Matcher initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 20, 2024
1 parent 7beda32 commit a5e1fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/cleaner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize()
end

def push(blocklist)
@blocklist.push blocklist
@files.push blocklist
end

def init()
Expand Down

0 comments on commit a5e1fdd

Please sign in to comment.