pipenv: fix rubocop 0.65.0 style.
This commit is contained in:
parent
d073784572
commit
d0702b58d5
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class Pipenv < Formula
|
|||
lib_python_path = Pathname.glob(libexec/"lib/python*").first
|
||||
lib_python_path.each_child do |f|
|
||||
next unless f.symlink?
|
||||
|
||||
realpath = f.realpath
|
||||
rm f
|
||||
ln_s realpath, f
|
||||
|
|
Loading…
Reference in a new issue