Skip to content

Commit 2d91791

Browse files
authored
Merge pull request #5456 from mzazrivec/fix_rosa_control_plane_controller_err_msg
🐛 Fix error message in rosa control plane controller
2 parents f8ec0c6 + 2f918bf commit 2d91791

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
@@ -112,7 +112,7 @@ func (r *ROSAControlPlaneReconciler) SetupWithManager(ctx context.Context, mgr c
112112
Build(r)
113113

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

118118
if err = c.Watch(

0 commit comments

Comments
 (0)