We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc1a43 commit 6735f71Copy full SHA for 6735f71
cmd/read_certificate_data.go
@@ -67,7 +67,7 @@ var readCertificateDataCmd = &cobra.Command{
67
log.Println(err)
68
os.Exit(1)
69
}
70
- } else if certificateId != "" && certIdentifier == (helper.CertIdentifier{}) {
+ } else if certificateId != "" {
71
data, err := helper.ReadCertificateData(certificateId)
72
if err != nil {
73
0 commit comments