mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
sops-install-secrets: include newline in log
This commit is contained in:
parent
cf34042dc2
commit
6508df75b6
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ func importSSHKeys(keyPaths []string, gpgHome string) error {
|
|||
return fmt.Errorf("Cannot write secring: %s", err)
|
||||
}
|
||||
|
||||
fmt.Printf("Imported %s with fingerprint %s", path, hex.EncodeToString(gpgKey.PrimaryKey.Fingerprint[:]))
|
||||
fmt.Printf("Imported %s with fingerprint %s\n", path, hex.EncodeToString(gpgKey.PrimaryKey.Fingerprint[:]))
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue