Skip to content

Commit

Permalink
ciphey: brew style --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 6, 2023
1 parent 1856810 commit e3eda61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ciphey.rb
Expand Up @@ -196,7 +196,7 @@ def install
end
end

res = resources.map(&:name).to_set - ["cipheycore"]
res = resources.to_set(&:name) - ["cipheycore"]
res.each do |r|
venv.pip_install resource(r)
end
Expand Down

0 comments on commit e3eda61

Please sign in to comment.