From a1f7a1fcc3b2d1c0cec9c19669c2e396c0f47574 Mon Sep 17 00:00:00 2001 From: Haoxiang Zhou Date: Thu, 6 Aug 2020 18:21:48 +0100 Subject: [PATCH] Review implementation Signed-off-by: Haoxiang Zhou --- cmd/ctl/pkg/status/certificate/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctl/pkg/status/certificate/types.go b/cmd/ctl/pkg/status/certificate/types.go index d5f0fae45..64bc7153d 100644 --- a/cmd/ctl/pkg/status/certificate/types.go +++ b/cmd/ctl/pkg/status/certificate/types.go @@ -74,7 +74,7 @@ type IssuerStatus struct { // Conditions of Issuer/ClusterIssuer resource Conditions []cmapiv1alpha2.IssuerCondition // boolean indicating if Issuer/ClusterIssuer is a ACME Issuer/ClusterIssuer - // Defaults to false even Error is not nil + // Defaults to false even when Error is not nil IsACME bool }