diff options
| author | James Yu | 2014-02-19 22:09:23 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-20 22:02:16 -0800 | 
| commit | 1fb5ddac239b50684bf060cc3a77dd0023a87d31 (patch) | |
| tree | 2a623e7e7421c99213096d88c61bd5afcccf0f09 /Library/Formula/elasticsearch.rb | |
| parent | 94c8d78ecb3271c925014c0bb9858e18c6330190 (diff) | |
| download | homebrew-1fb5ddac239b50684bf060cc3a77dd0023a87d31.tar.bz2 | |
conform to ES 1.0 naming convention
Closes #26853.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 4bb8e4cd0..235665c1e 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -40,7 +40,7 @@ class Elasticsearch < Formula        rm_rf "#{prefix}/target/"      end -    # Set up ElasticSearch for local development: +    # Set up Elasticsearch for local development:      inreplace "#{prefix}/config/elasticsearch.yml" do |s|        # 1. Give the cluster a unique name        s.gsub! /#\s*cluster\.name\: elasticsearch/, "cluster.name: #{cluster_name}"  | 
