aboutsummaryrefslogtreecommitdiffstats
path: root/python/ingest_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ingest_file.py')
-rwxr-xr-xpython/ingest_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ingest_file.py b/python/ingest_file.py
index 5a20aac..fcd2e94 100755
--- a/python/ingest_file.py
+++ b/python/ingest_file.py
@@ -12,7 +12,7 @@ def run_single_ingest(args):
request = dict(
base_url=args.url,
ext_ids=dict(doi=args.doi),
- release_id=args.release_id,
+ fatcat=dict(release_ident=args.release_id),
)
ingester = IngestFileWorker()
result = ingester.process(request)