Skip to content

Commit 48883e6

Browse files
Fix the local ingestion command (#6723)
1 parent 779b58f commit 48883e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treeherder/etl/management/commands/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,6 @@ def handle(self, *args, **options):
475475
elif typeOfIngestion == "git-pushes":
476476
ingest_git_pushes(options["project"], options["dryRun"])
477477
elif typeOfIngestion == "push":
478-
ingest_push(options)
478+
ingest_hg_push(options)
479479
else:
480480
raise Exception('Please check the code for valid ingestion types.')

0 commit comments

Comments
 (0)