diff options
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 82e1577d2..8c05b409c 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -6,7 +6,7 @@ class Elasticsearch < Formula    md5 '0b9f0361163847a6580658c59cbfcc51'    def install -    FileUtils.rm_f Dir["bin/*.bat"] +    rm_f Dir["bin/*.bat"]      prefix.install %w[bin config lib]    end  end | 
