pre-commit: fix rubocop 0.65.0 style.

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

View file

@ -28,6 +28,7 @@ class PreCommit < 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