Skip to content

Commit 7d10cc1

Browse files
authored
Update generate_elasticsearch_relationship.sh (#56)
1 parent 5c7bd7f commit 7d10cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platformsh/generate_elasticsearch_relationship.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
#ddev-generated
44

5-
read -r -d '' redis_stanza <<ELASTICSEARCH_EOF
5+
read -r -d '' elasticsearch_stanza <<ELASTICSEARCH_EOF
66
"essearch": [
77
{
88
"username": null,
99
"scheme": "http",
1010
"service": "search",
1111
"fragment": null,
12-
"ip": "255.255.255.255",
12+
"ip": "255.255.255.255",
1313
"hostname": "elasticsearch",
1414
"public": false,
1515
"cluster": "ddev-dummy-cluster",
@@ -25,4 +25,4 @@ read -r -d '' redis_stanza <<ELASTICSEARCH_EOF
2525
]
2626
ELASTICSEARCH_EOF
2727

28-
printf "$redis_stanza"
28+
printf "$elasticsearch_stanza"

0 commit comments

Comments
 (0)