sops-install-secrets: include newline in log

This commit is contained in:
Jörg Thalheim 2020-07-14 13:48:30 +01:00
parent cf34042dc2
commit 6508df75b6
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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