mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
[Plugins] De-camelcase Elasticsearch constructor
...since that's the way elastic does it, when they capitalize any letters.
This commit is contained in:
parent
ed67866f45
commit
16ec65f38c
@ -61,7 +61,7 @@ define([
|
||||
};
|
||||
};
|
||||
|
||||
plugins.ElasticSearch = function (url) {
|
||||
plugins.Elasticsearch = function (url) {
|
||||
return function (openmct) {
|
||||
if (url) {
|
||||
var bundleName = "config/elastic";
|
||||
|
Loading…
x
Reference in New Issue
Block a user