Skip to content

Commit

Permalink
Fix the local ingestion command (#6723)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuyashSalampuria authored Sep 17, 2020
1 parent 779b58f commit 48883e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeherder/etl/management/commands/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,6 @@ def handle(self, *args, **options):
elif typeOfIngestion == "git-pushes":
ingest_git_pushes(options["project"], options["dryRun"])
elif typeOfIngestion == "push":
ingest_push(options)
ingest_hg_push(options)
else:
raise Exception('Please check the code for valid ingestion types.')

0 comments on commit 48883e6

Please sign in to comment.