Skip to content

Commit

Permalink
fix opensearch-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
szamuboy committed Aug 1, 2024
1 parent 869117b commit 2d43535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/bin/opensearch-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -o pipefail

source "`dirname "$0"`"/opensearch-env
source ./bin/opensearch-env

IFS=';' read -r -a additional_sources <<< "$OPENSEARCH_ADDITIONAL_SOURCES"
for additional_source in "${additional_sources[@]}"
Expand Down

0 comments on commit 2d43535

Please sign in to comment.