multimarkdown: fix brew style.

master
Mike McQuaid 2020-05-22 08:46:49 +01:00
parent c7b4aaa1db
commit de8e4629cb
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Multimarkdown < Formula
bin.install "multimarkdown"
end
bin.install Dir["scripts/*"].reject { |f| f =~ /\.bat$/ }
bin.install Dir["scripts/*"].reject { |f| f.end_with?(".bat") }
end
test do