fix: remove typo in error message

This commit is contained in:
Thomas Schweiger
2026-04-30 13:13:20 +02:00
parent 74eddf8825
commit c9887c17cf

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...),