Skip to content

Commit

Permalink
fix env variable to reflect change
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 13, 2023
1 parent dda6852 commit 7b82436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/elastic/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


OPENSEARCH = os.environ.get("OPENSEARCH") == "1"
OPENSEARCH = os.environ.get("INGEST_OPENSEARCH") == "1"

if OPENSEARCH:
version_opensearchpy = version("opensearch-py")
Expand Down

0 comments on commit 7b82436

Please sign in to comment.