Skip to content

Commit 647eca1

Browse files
authored
cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)
1 parent 8c172e7 commit 647eca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cosign/cli/verify.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/spf13/cobra"
2727
)
2828

29-
const ignoreTLogMessage = "Skipping tlog verification is an insecure practice that lacks of transparency and auditability verification for the %s."
29+
const ignoreTLogMessage = "Skipping tlog verification is an insecure practice that lacks transparency and auditability verification for the %s."
3030

3131
func Verify() *cobra.Command {
3232
o := &options.VerifyOptions{}

0 commit comments

Comments
 (0)