aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/log.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-11 19:11:04 +0100
committerGitHub2016-09-11 19:11:04 +0100
commitea0405c8dd0e591ca570b834cd5f0a76e3ee1a90 (patch)
treedf89bd41d536d9f8f6a966beaf204e124e590f3d /Library/Homebrew/cmd/log.rb
parent8448fe17cba78e35a260d4c4e0189abe7ab75fcf (diff)
parent1174264d47b03bbcdb6900896b2a512c05686549 (diff)
downloadbrew-ea0405c8dd0e591ca570b834cd5f0a76e3ee1a90.tar.bz2
Merge pull request #910 from MikeMcQuaid/cmd-rubocop
Fix Library/Homebrew/cmd RuboCop warnings
Diffstat (limited to 'Library/Homebrew/cmd/log.rb')
-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.