diff --git a/cmd/kubeadm/app/cmd/phases/certs.go b/cmd/kubeadm/app/cmd/phases/certs.go index 04ed9c80a76..e786b6ba93f 100644 --- a/cmd/kubeadm/app/cmd/phases/certs.go +++ b/cmd/kubeadm/app/cmd/phases/certs.go @@ -29,7 +29,7 @@ import ( "k8s.io/kubernetes/pkg/api/legacyscheme" ) -// NewCmdCerts return main command for certs phase +// NewCmdCerts returns main command for certs phase func NewCmdCerts() *cobra.Command { cmd := &cobra.Command{ Use: "certs",