diff --git a/pkg/cmd/plugin_install.go b/pkg/cmd/plugin_install.go index 8c5542cc2..0abefa76b 100644 --- a/pkg/cmd/plugin_install.go +++ b/pkg/cmd/plugin_install.go @@ -162,7 +162,7 @@ func (o *pluginInstallOptions) run(out io.Writer) error { } // If verification was successful, show the details - if shouldVerify && verifyResult != nil { + if verifyResult != nil { for _, signer := range verifyResult.SignedBy { fmt.Fprintf(out, "Signed by: %s\n", signer) }