aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-09-10 10:24:57 +0100
committerMike McQuaid2016-09-11 17:59:00 +0100
commit4e090530b11bbd61c13024bbdb1ef82387b5fb86 (patch)
treedcf2421b7f5a1766468192c37eaf773c07537e85
parent9d782454abc21787e26885a5aa17114c60312919 (diff)
downloadbrew-4e090530b11bbd61c13024bbdb1ef82387b5fb86.tar.bz2
cmd/log: fix Rubocop warnings.
-rw-r--r--Library/Homebrew/cmd/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/log.rb b/Library/Homebrew/cmd/log.rb
index a07107170..9492c1e1e 100644
--- a/Library/Homebrew/cmd/log.rb
+++ b/Library/Homebrew/cmd/log.rb
@@ -18,7 +18,7 @@ module Homebrew
private
- def git_log(path=nil)
+ def git_log(path = nil)
if File.exist? "#{`git rev-parse --show-toplevel`.chomp}/.git/shallow"
opoo <<-EOS.undent
The git repository is a shallow clone therefore the filtering may be incorrect.