Skip to content

Commit

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

venv = virtualenv_create(libexec, "python3.10")
venv.pip_install resource("cffi") # needs to be installed prior to bcrypt
res = resources.map(&:name).to_set - ["cffi"]
res = resources.to_set(&:name) - ["cffi"]

res.each do |r|
venv.pip_install resource(r)
Expand Down

0 comments on commit abe3aa6

Please sign in to comment.