mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
@@ -76,7 +76,7 @@ func newElasticNotify(accountID string) (*logrus.Logger, error) {
|
||||
return nil, err
|
||||
}
|
||||
if !createIndex.Acknowledged {
|
||||
return nil, errors.New("Index not created.")
|
||||
return nil, errors.New("Index not created")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user