skip unnecessary check

Co-authored-by: Evans Mungai <mbuevans@gmail.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
pull/31176/head
Scott Rigby 1 month ago
parent f3fc00cca0
commit 5516fb66ce
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -162,7 +162,7 @@ func (o *pluginInstallOptions) run(out io.Writer) error {
} }
// If verification was successful, show the details // If verification was successful, show the details
if shouldVerify && verifyResult != nil { if verifyResult != nil {
for _, signer := range verifyResult.SignedBy { for _, signer := range verifyResult.SignedBy {
fmt.Fprintf(out, "Signed by: %s\n", signer) fmt.Fprintf(out, "Signed by: %s\n", signer)
} }

Loading…
Cancel
Save