From f18322c16c9ea79c45daf61ab2df194f6f43bf29 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 20 Oct 2020 01:31:30 +1100 Subject: [PATCH] I can spell.... sometimes --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 0a5d895..64ac175 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -496,7 +496,7 @@ def _main(): elastic.set_hosts(opts.elasticsearch_hosts, opts.elasticsearch_ssl, opts.elasticsearch_ssl_cert_path, - opts.elesticsearch_username, + opts.elasticsearch_username, opts.elasticsearch_password, timeout=opts.elasticsearch_timeout) elastic.migrate_indexes(aggregate_indexes=[es_aggregate_index],