From 9cdfeadb14b61178cecfe60c553c068490fb071f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 Nov 2019 18:10:05 -0800 Subject: better ingest-file-results import name --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index 400b1915..0d2e84fd 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -325,7 +325,7 @@ def main(): default="web", help="default URL rel for matches (eg, 'publisher', 'web')") - sub_ingest_file = subparsers.add_parser('ingest-file-result') + sub_ingest_file = subparsers.add_parser('ingest-file-results') sub_ingest_file.set_defaults( func=run_ingest_file, auth_var="FATCAT_AUTH_WORKER_SANDCRAWLER", -- cgit v1.2.3