aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-09-24 20:12:58 +0100
committerMike McQuaid2017-09-24 21:23:59 +0100
commitcf5fdeef1d8e9fd053121145882835b87eec2a43 (patch)
tree1b116e75a955f10925619f11db947f0917a55bf9 /Library/Homebrew/tap.rb
parent01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede (diff)
downloadbrew-cf5fdeef1d8e9fd053121145882835b87eec2a43.tar.bz2
Rubocop: manual rule fixes.
Diffstat (limited to 'Library/Homebrew/tap.rb')
-rw-r--r--Library/Homebrew/tap.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index f6246aad9..f4e7631b4 100644
--- a/Library/Homebrew/tap.rb
+++ b/Library/Homebrew/tap.rb
@@ -648,6 +648,5 @@ class TapConfig
tap.path.cd do
safe_system "git", "config", "--local", "--replace-all", "homebrew.#{key}", value.to_s
end
- value
end
end