mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-16 13:38:20 +00:00
sops-install-secrets: improve error message
This commit is contained in:
parent
6508df75b6
commit
b1131e035d
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)
|
return fmt.Errorf("Cannot write secring: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Imported %s with fingerprint %s\n", path, hex.EncodeToString(gpgKey.PrimaryKey.Fingerprint[:]))
|
fmt.Printf("%s: Imported %s with fingerprint %s\n", os.Args[0], path, hex.EncodeToString(gpgKey.PrimaryKey.Fingerprint[:]))
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue