aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/install_renamed.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/install_renamed.rb b/Library/Homebrew/install_renamed.rb
index 02a6e9b10..e88ecb8c5 100644
--- a/Library/Homebrew/install_renamed.rb
+++ b/Library/Homebrew/install_renamed.rb
@@ -1,5 +1,5 @@
module InstallRenamed
- def install_p src, new_basename = nil
+ def install_p _, new_basename = nil
super do |src, dst|
dst += "/#{File.basename(src)}" if File.directory? dst