aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/diagnostic.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-21 09:07:04 +0200
committerMarkus Reiter2016-09-23 15:30:06 +0200
commit4064084c58138a22d234c19fc171e7d0b7a440d0 (patch)
tree7f52976ac767fca585a127236007bfbdb9ab0e2b /Library/Homebrew/diagnostic.rb
parent1c632f9c1ee8727c084e6020552c5983b1127b1c (diff)
downloadbrew-4064084c58138a22d234c19fc171e7d0b7a440d0.tar.bz2
Fix Style/MethodName.
Diffstat (limited to 'Library/Homebrew/diagnostic.rb')
-rw-r--r--Library/Homebrew/diagnostic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb
index ae5a64c1d..8f158ddd8 100644
--- a/Library/Homebrew/diagnostic.rb
+++ b/Library/Homebrew/diagnostic.rb
@@ -595,7 +595,7 @@ module Homebrew
EOS
end
- def check_DYLD_vars
+ def check_dyld_vars
dyld_vars = ENV.keys.grep(/^DYLD_/)
return if dyld_vars.empty?