cmd/log: fix Rubocop warnings.
This commit is contained in:
parent
9d782454ab
commit
4e090530b1
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user