Update cli.py

Remove trailing spaces
This commit is contained in:
Sean Whalen
2024-08-24 11:34:48 -04:00
committed by GitHub
parent 11e0461b9d
commit 06ce080171
+1 -1
View File
@@ -826,7 +826,7 @@ def _main():
"index_suffix"]
if "index_prefix" in opensearch_config:
opts.opensearch_index_prefix = opensearch_config[
"index_prefix"]
"index_prefix"]
if "monthly_indexes" in opensearch_config:
monthly = opensearch_config.getboolean("monthly_indexes")
opts.opensearch_monthly_indexes = monthly