Skip to content

Commit

Permalink
Change OpenSearch Version to OpenSearch version to fix failed test ca…
Browse files Browse the repository at this point in the history
…se org.opensearch.plugins.ListPluginsCommandTests.testPluginWithNativeController (#460)

Signed-off-by: Harold Wang <harowang@amazon.com>
  • Loading branch information
harold-wang authored Mar 25, 2021
1 parent 0bdd129 commit 5a33241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public String toString(String prefix) {
.append(prefix).append("Name: ").append(name).append("\n")
.append(prefix).append("Description: ").append(description).append("\n")
.append(prefix).append("Version: ").append(version).append("\n")
.append(prefix).append("OpenSearch version: ").append(opensearchVersion).append("\n")
.append(prefix).append("OpenSearch Version: ").append(opensearchVersion).append("\n")
.append(prefix).append("Java Version: ").append(javaVersion).append("\n")
.append(prefix).append("Native Controller: ").append(hasNativeController).append("\n")
.append(prefix).append("Extended Plugins: ").append(extendedPlugins).append("\n")
Expand Down

0 comments on commit 5a33241

Please sign in to comment.