diff options
Diffstat (limited to 'Library/Homebrew/keg_relocate.rb')
| -rw-r--r-- | Library/Homebrew/keg_relocate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg_relocate.rb b/Library/Homebrew/keg_relocate.rb index d17e7f75a..834cda768 100644 --- a/Library/Homebrew/keg_relocate.rb +++ b/Library/Homebrew/keg_relocate.rb @@ -119,7 +119,7 @@ class Keg # file has known issues with reading files on other locales. Has # been fixed upstream for some time, but a sufficiently new enough # file with that fix is only available in macOS Sierra. - # http://bugs.gw.com/view.php?id=292 + # https://bugs.gw.com/view.php?id=292 with_custom_locale("C") do files = Set.new path.find.reject { |pn| next true if pn.symlink? |
