Merge pull request #2701 from opencloud-eu/typo-in-opensearch-error-message

fix: remove typo in error message
This commit is contained in:
Florian Schade
2026-05-06 09:38:21 +02:00
committed by GitHub

View File

@@ -118,7 +118,7 @@ func (m IndexManager) Apply(ctx context.Context, name string, client *opensearch
if errs != nil {
return fmt.Errorf(
"index %s allready exists and is different from the requested version, %w: %w",
"index %s already exists and is different from the requested version, %w: %w",
name,
ErrManualActionRequired,
errors.Join(errs...),