Skip to content

Commit 56bc88e

Browse files
committed
typo fix
1 parent 7623cda commit 56bc88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func InitOpenSearch() error {
1111
for intent := 0; intent <= 10; intent++ {
1212
time.Sleep(1 * time.Minute)
1313

14-
_, err := grequests.Get(baseURL+"_cluster/healt", &grequests.RequestOptions{
14+
_, err := grequests.Get(baseURL+"_cluster/health", &grequests.RequestOptions{
1515
Params: map[string]string{
1616
"wait_for_status": "green",
1717
"timeout": "50s",

0 commit comments

Comments
 (0)