Skip to content

Commit 9914721

Browse files
authored
Merge pull request #415 from continuouspipe/hotfix/spryker-elastic-search-typo
[hotfix] Fix typo in elastic search default value
2 parents fa688f3 + f37bc73 commit 9914721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spryker/usr/local/share/env/30-framework

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export DATABASE_NAME=${DATABASE_NAME:-spryker}
1313

1414
deprecate_env_var ELASTICSEARCH_HOST_PORT ELASTICSEARCH_PORT
1515

16-
export ELASTICSEARCH_HOST=${ELASTICSEARCH_HOST:-elasticsearch}")"
16+
export ELASTICSEARCH_HOST=${ELASTICSEARCH_HOST:-elasticsearch}
1717
ELASTICSEARCH_PORT="$(canonical_port "${ELASTICSEARCH_PORT:-9200}")"
1818
export ELASTICSEARCH_PORT
1919

0 commit comments

Comments
 (0)