Skip to content
Snippets Groups Projects
Unverified Commit 389f2897 authored by Nanda H Krishna's avatar Nanda H Krishna
Browse files

utils/pypi: use `opt_bin` for pipgrip

parent d45832bb
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ module PyPI
odie '"pipgrip" must be installed (`brew install pipgrip`)' unless @pipgrip_installed
ohai "Retrieving PyPI dependencies for \"#{input_packages.join(" ")}\"..." if !print_only && !silent
command = [Formula["pipgrip"].bin/"pipgrip", "--json", "--no-cache-dir", *input_packages.map(&:to_s)]
command = [Formula["pipgrip"].opt_bin/"pipgrip", "--json", "--no-cache-dir", *input_packages.map(&:to_s)]
pipgrip_output = Utils.popen_read(*command)
unless $CHILD_STATUS.success?
odie <<~EOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment