aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_import.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-11-13 18:10:05 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-11-15 16:46:26 -0800
commit9cdfeadb14b61178cecfe60c553c068490fb071f (patch)
tree825d35ab9756afb6e7b43fdbab5130a837c68013 /python/fatcat_import.py
parent1d732653ed37bb4895b4702072591b776046c302 (diff)
downloadfatcat-9cdfeadb14b61178cecfe60c553c068490fb071f.tar.gz
fatcat-9cdfeadb14b61178cecfe60c553c068490fb071f.zip
better ingest-file-results import name
Diffstat (limited to 'python/fatcat_import.py')
-rwxr-xr-xpython/fatcat_import.py2
1 files changed, 1 insertions, 1 deletions
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",