diff options
| author | Mike McQuaid | 2016-09-17 15:17:27 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-09-17 16:14:13 +0100 | 
| commit | 6693915399a5d9f1f09255c5008d2cc1209f7662 (patch) | |
| tree | a4cf8f1f273ebf5679c418fbf896cf320a84ef76 /Library/Homebrew/system_config.rb | |
| parent | 299dffd903182bd4ab65828ae2347d415de7b259 (diff) | |
| download | brew-6693915399a5d9f1f09255c5008d2cc1209f7662.tar.bz2 | |
rubocop --auto-correct all remaining files.
But remove some manual `.freeze`s on constants that shouldn't be
constants.
Diffstat (limited to 'Library/Homebrew/system_config.rb')
| -rw-r--r-- | Library/Homebrew/system_config.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/system_config.rb b/Library/Homebrew/system_config.rb index 516c9c20a..830c9ec33 100644 --- a/Library/Homebrew/system_config.rb +++ b/Library/Homebrew/system_config.rb @@ -57,7 +57,7 @@ class SystemConfig      end      def describe_perl -      describe_path(which "perl") +      describe_path(which("perl"))      end      def describe_python | 
