aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_import.py
diff options
context:
space:
mode:
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 c6c74bc2..a17029cc 100755
--- a/python/fatcat_import.py
+++ b/python/fatcat_import.py
@@ -483,7 +483,7 @@ def main():
help="write inserted documents into file (for debugging)")
sub_datacite.set_defaults(
func=run_datacite,
- auth_var="FATCAT_API_AUTH_TOKEN",
+ auth_var="FATCAT_AUTH_WORKER_DATACITE",
)
args = parser.parse_args()