mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
cmd/lib/check.rb: fix regex error (#124930)
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ module Check
|
||||
|
||||
installed_kexts = diff[:installed_kexts]
|
||||
.added
|
||||
.grep_v(/^com\.(softraid\.driver\.SoftRAID|com\.highpoint-tech\.kext\.*)/)
|
||||
.grep_v(/^com\.(softraid\.driver\.SoftRAID|highpoint-tech\.kext\.*)/)
|
||||
if installed_kexts.any?
|
||||
message = "Some kernel extensions are still installed, add them to #{Formatter.identifier("uninstall kext:")}\n"
|
||||
message += installed_kexts.join("\n")
|
||||
|
||||
Reference in New Issue
Block a user