Skip to content

Commit efb4e97

Browse files
aptxxChristoph Büscher
authored andcommitted
Docs: Fix missing example script quote (#32010)
1 parent 2bd40a7 commit efb4e97

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void updateByQuery() {
9696
updateByQuery.source("source_index")
9797
.script(new Script(
9898
ScriptType.INLINE,
99-
"if (ctx._source.awesome == 'absolutely) {"
99+
"if (ctx._source.awesome == 'absolutely') {"
100100
+ " ctx.op='noop'"
101101
+ "} else if (ctx._source.awesome == 'lame') {"
102102
+ " ctx.op='delete'"

0 commit comments

Comments
 (0)