Skip to content

Commit fa0babc

Browse files
committed
Fix typo
1 parent 6dbe491 commit fa0babc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datapusher_plus/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
406406
kwargs = {
407407
"headers": headers,
408408
"timeout": tk.asint(tk.config.get("ckanext.datapusher_plus.download_timeout")),
409-
"veriy": SSL_VERIFY,
409+
"verify": SSL_VERIFY,
410410
"stream": True,
411411
}
412412
if USE_PROXY:

0 commit comments

Comments
 (0)