Skip to content

Commit 2b705ff

Browse files
committed
es_location to es_path.
1 parent ef840f4 commit 2b705ff

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database

1 file changed

+1
-1
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def add_commands(
194194
f" else "
195195
)
196196

197-
commands.add(f"ctx._source{path.es_location} = {value};")
197+
commands.add(f"ctx._source{path.es_path} = {value};")
198198

199199

200200
def test_commands(

0 commit comments

Comments
 (0)