cmd/log: fix Rubocop warnings.

This commit is contained in:
Mike McQuaid 2016-09-10 10:24:57 +01:00
parent 9d782454ab
commit 4e090530b1

View File

@ -18,7 +18,7 @@ module Homebrew
private private
def git_log(path=nil) def git_log(path = nil)
if File.exist? "#{`git rev-parse --show-toplevel`.chomp}/.git/shallow" if File.exist? "#{`git rev-parse --show-toplevel`.chomp}/.git/shallow"
opoo <<-EOS.undent opoo <<-EOS.undent
The git repository is a shallow clone therefore the filtering may be incorrect. The git repository is a shallow clone therefore the filtering may be incorrect.