mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-05 16:17:47 +00:00
fix wrong error message in ssh key import
This commit is contained in:
parent
020dcff707
commit
c0b3a5af90
1 changed files with 0 additions and 1 deletions
|
@ -617,7 +617,6 @@ func importSSHKeys(logcfg loggingConfig, keyPaths []string, gpgHome string) erro
|
|||
continue
|
||||
}
|
||||
gpgKey, err := sshkeys.SSHPrivateKeyToPGP(sshKey)
|
||||
fmt.Fprintf(os.Stderr, "Cannot write secring: %s\n", err)
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "%s\n", err)
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue