diff --git a/controllers/actions.github.com/autoscalinglistener_controller.go b/controllers/actions.github.com/autoscalinglistener_controller.go index 15cbb905..20c957f3 100644 --- a/controllers/actions.github.com/autoscalinglistener_controller.go +++ b/controllers/actions.github.com/autoscalinglistener_controller.go @@ -271,7 +271,7 @@ func (r *AutoscalingListenerReconciler) Reconcile(ctx context.Context, req ctrl. return ctrl.Result{}, fmt.Errorf("failed to delete listener config secret: %w", err) } case !kerrors.IsNotFound(err): - return ctrl.Result{}, fmt.Errorf("failed to get the listener config secret: %w", err) + return ctrl.Result{}, fmt.Errorf("failed to get the listener config secret: %w", err) } } return ctrl.Result{}, nil