Skip to content

Commit e3eda61

Browse files
committed
ciphey: brew style --fix
Needed for Homebrew/brew#15136.
1 parent 1856810 commit e3eda61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/ciphey.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def install
196196
end
197197
end
198198

199-
res = resources.map(&:name).to_set - ["cipheycore"]
199+
res = resources.to_set(&:name) - ["cipheycore"]
200200
res.each do |r|
201201
venv.pip_install resource(r)
202202
end

0 commit comments

Comments
 (0)