diff options
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 240e85b48..a5adfeb63 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -165,7 +165,7 @@ module Homebrew "libUFSDNTFS.dylib", # Paragon NTFS "libUFSDExtFS.dylib", # Paragon ExtFS "libecomlodr.dylib", # Symantec Endpoint Protection - "libsymsea.*.dylib", # Symantec Endpoint Protection + "libsymsea*.dylib", # Symantec Endpoint Protection "sentinel.dylib", # SentinelOne ] |
