We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779b58f commit 48883e6Copy full SHA for 48883e6
1 file changed
treeherder/etl/management/commands/ingest.py
@@ -475,6 +475,6 @@ def handle(self, *args, **options):
475
elif typeOfIngestion == "git-pushes":
476
ingest_git_pushes(options["project"], options["dryRun"])
477
elif typeOfIngestion == "push":
478
- ingest_push(options)
+ ingest_hg_push(options)
479
else:
480
raise Exception('Please check the code for valid ingestion types.')
0 commit comments