From 4a98c92534cf9107fc8d147f009ef3251c01d0b7 Mon Sep 17 00:00:00 2001 From: Cyril Levis Date: Fri, 6 Dec 2024 10:01:13 +0100 Subject: [PATCH] chore: wording --- internal/controller/dragonfly_instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/dragonfly_instance.go b/internal/controller/dragonfly_instance.go index 2142425..6181114 100644 --- a/internal/controller/dragonfly_instance.go +++ b/internal/controller/dragonfly_instance.go @@ -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