diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index f47eed5db..e3ff6332c 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -111,7 +111,7 @@ class Caveats plist_filename = if f.plist f.plist_path.basename else - File.basename Dir["#{keg.to_path}/*.plist"].first + File.basename Dir["#{keg}/*.plist"].first end plist_link = "#{destination}/#{plist_filename}" plist_domain = f.plist_path.basename('.plist') |
