mirror of https://github.com/perkeep/perkeep.git
Remove message about gnupg-agent.
Change-Id: Ibe239b079e52b520e87dec194c6166aabcc02f63
This commit is contained in:
parent
c6d8126822
commit
33c42a2326
|
@ -147,10 +147,6 @@ func (c *initCmd) RunCommand(args []string) error {
|
|||
}
|
||||
}
|
||||
|
||||
if os.Getenv("GPG_AGENT_INFO") == "" {
|
||||
log.Printf("No GPG_AGENT_INFO found in environment; you should setup gnupg-agent. camput might be annoying otherwise, if your private key is encrypted.")
|
||||
}
|
||||
|
||||
pubArmor, err := c.getPublicKeyArmored(keyId)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue