Skip to content

Commit

Permalink
Merge pull request #10956 from gastaldi/doc_fix
Browse files Browse the repository at this point in the history
Fixes Elasticsearch doc generation error
  • Loading branch information
gsmet authored Jul 24, 2020
2 parents 47b78d2 + b65d635 commit a227bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/elasticsearch.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -414,4 +414,4 @@ Accessing an Elasticsearch cluster from a low level or a high level client is ea

== Configuration Reference

include::{generated-dir}/config/quarkus-elasticsearch-low-level-client.adoc[opts=optional, leveloffset=+1]
include::{generated-dir}/config/quarkus-elasticsearch-restclient-lowlevel.adoc[opts=optional, leveloffset=+1]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AdditionalBeanBuildItem build() {
@BuildStep
HealthBuildItem addHealthCheck(ElasticsearchBuildTimeConfig buildTimeConfig) {
return new HealthBuildItem("io.quarkus.elasticsearch.restclient.lowlevel.runtime.health.ElasticsearchHealthCheck",
buildTimeConfig.healthEnabled, "elasticsearch");
buildTimeConfig.healthEnabled);
}

}

0 comments on commit a227bef

Please sign in to comment.