fail2ban: brew style --fix
This commit is contained in:
parent
4f330b5e6a
commit
58ea2ffe47
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Fail2ban < Formula
|
|||
|
||||
rm "setup.cfg"
|
||||
Dir["config/paths-*.conf"].each do |r|
|
||||
next if File.basename(r) =~ /paths-common\.conf|paths-osx\.conf/
|
||||
next if /paths-common\.conf|paths-osx\.conf/.match?(File.basename(r))
|
||||
|
||||
rm r
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue