Skip to content

Commit dc0bf36

Browse files
aptxxChristoph Büscher
authored and
Christoph Büscher
committed
Docs: Fix missing example script quote (#32010)
1 parent 565032d commit dc0bf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/reindex/src/test/java/org/elasticsearch/client/documentation/ReindexDocumentationIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void updateByQuery() {
9595
updateByQuery.source("source_index")
9696
.script(new Script(
9797
ScriptType.INLINE,
98-
"if (ctx._source.awesome == 'absolutely) {"
98+
"if (ctx._source.awesome == 'absolutely') {"
9999
+ " ctx.op='noop'"
100100
+ "} else if (ctx._source.awesome == 'lame') {"
101101
+ " ctx.op='delete'"

0 commit comments

Comments
 (0)