Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Dec 6, 2024
1 parent cf485c9 commit 4a98c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/dragonfly_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func (dfi *DragonflyInstance) replicaOf(ctx context.Context, pod *corev1.Pod, ma
}

if err := dfi.client.Update(ctx, pod); err != nil {
return fmt.Errorf("could not update replica annotation: %w", err)
return fmt.Errorf("could not update replica metadatas: %w", err)
}

return nil
Expand Down

0 comments on commit 4a98c92

Please sign in to comment.