Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Sep 16, 2024
1 parent 6dbe491 commit fa0babc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datapusher_plus/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
kwargs = {
"headers": headers,
"timeout": tk.asint(tk.config.get("ckanext.datapusher_plus.download_timeout")),
"veriy": SSL_VERIFY,
"verify": SSL_VERIFY,
"stream": True,
}
if USE_PROXY:
Expand Down

0 comments on commit fa0babc

Please sign in to comment.