Skip to content

Commit 7fbcfc2

Browse files
committed
Cleaned up indentation in script block
1 parent d4748c9 commit 7fbcfc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/load.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ def load_repo(client, path=None, index='git'):
197197
doc_type='repos',
198198
id='elasticsearch',
199199
body={
200-
"script": {
201-
"inline" : "ctx._source.tags.add(params.tag)",
200+
"script": {
201+
"inline" : "ctx._source.tags.add(params.tag)",
202202
"params" : {
203203
"tag" : "java"
204204
}

0 commit comments

Comments
 (0)