Skip to content

Commit

Permalink
apt: brew style --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 6, 2023
1 parent 66172d6 commit 1856810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/apt.rb
Expand Up @@ -114,7 +114,7 @@ def install
(buildpath/"bin").install "triehash.pl" => "triehash"
end

cpan_resources = resources.map(&:name).to_set - ["triehash"]
cpan_resources = resources.to_set(&:name) - ["triehash"]
cpan_resources.each do |r|
resource(r).stage do
if File.exist?("Build.PL") && r != "Module::Build"
Expand Down

0 comments on commit 1856810

Please sign in to comment.