Skip to content

Commit a4aa8dd

Browse files
committed
kpcli: brew style --fix
Needed for Homebrew/brew#15136.
1 parent 4c5bf40 commit a4aa8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/kpcli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def install
100100
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
101101
ENV.prepend_path "PERL5LIB", libexec/"lib"
102102

103-
res = resources.map(&:name).to_set - ["Clipboard", "Term::Readline::Gnu"]
103+
res = resources.to_set(&:name) - ["Clipboard", "Term::Readline::Gnu"]
104104
res.each do |r|
105105
resource(r).stage do
106106
system "perl", "Makefile.PL", "INSTALL_BASE=#{libexec}"

0 commit comments

Comments
 (0)