Skip to content

Commit 52f07be

Browse files
committed
Fixed indexer source
1 parent 9580d63 commit 52f07be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/models/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def create_indexer_job(self, overwrite: bool = False):
293293
"""
294294
indexer_template = open("config_generation/xmls/job_template.xml").read()
295295
editor = XmlEditor(indexer_template)
296-
indexer_job = editor.convert_template_to_job(self, "indexer")
296+
indexer_job = editor.convert_template_to_job(self, "SDE")
297297
self._write_to_github(self._indexer_job_path, indexer_job, overwrite)
298298

299299
def update_config_xml(self, original_config_string):

0 commit comments

Comments
 (0)