pipenv: fix rubocop 0.65.0 style.

This commit is contained in:
Mike McQuaid 2019-02-19 13:28:14 +00:00
parent d073784572
commit d0702b58d5

View file

@ -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