tox: fix rubocop 0.65.0 style.
This commit is contained in:
parent
764a06098f
commit
5d8c09bc94
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class Tox < 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