This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5a9388b  Fix incorrectly named arg bug (#47)
5a9388b is described below

commit 5a9388bfe6d8266814b1e7b53305f4c7a611681f
Author: Stepheny Perez <[email protected]>
AuthorDate: Mon Oct 11 20:35:54 2021 -0700

    Fix incorrectly named arg bug (#47)
---
 granule_ingester/granule_ingester/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/granule_ingester/granule_ingester/main.py 
b/granule_ingester/granule_ingester/main.py
index fc542b0..84ab004 100644
--- a/granule_ingester/granule_ingester/main.py
+++ b/granule_ingester/granule_ingester/main.py
@@ -107,7 +107,7 @@ async def main(loop):
                         default='http://localhost:8983',
                         metavar='HOST:PORT',
                         help='Solr host and port. (Default: 
http://localhost:8983)')
-    parser.add_argument('--zk_host_and_port',
+    parser.add_argument('--zk-host-and-port',
                         metavar="HOST:PORT")
     
     # ELASTIC

Reply via email to