Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Dec 11, 2024
1 parent 74c2ad1 commit 45692d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/repo
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ files = unless Opts.files.nil?
Opts.files
else
Repo.get_changes.select do |info|
info.last.include?("dependency.lic")
# info.last.include?("dependency.lic")
info.last.to_s =~ /(?:dependency|noop).lic/
end
end

Expand Down

0 comments on commit 45692d0

Please sign in to comment.