Skip to content

Commit 2f918bf

Browse files
committed
Fix error message in rosa control plane controller
1 parent c470da2 commit 2f918bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/rosa/controllers/rosacontrolplane_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (r *ROSAControlPlaneReconciler) SetupWithManager(ctx context.Context, mgr c
110110
Build(r)
111111

112112
if err != nil {
113-
return fmt.Errorf("failed setting up the AWSManagedControlPlane controller manager: %w", err)
113+
return fmt.Errorf("failed setting up the ROSAControlPlane controller manager: %w", err)
114114
}
115115

116116
if err = c.Watch(

0 commit comments

Comments
 (0)