Fix path to example key

This commit is contained in:
Pablo Ovelleiro Corral 2024-03-27 12:17:54 +01:00
parent 961114b44a
commit c8131295e4
No known key found for this signature in database
GPG key ID: 29E9A6ED72CCB334

View file

@ -70,7 +70,7 @@ func SSHPrivateKeyToAge(bytes []byte) (*string, error) {
func main() {
// TODO turn these into CLI inputs
keyfile := "./priv-gpg"
keyfile := "./test-key.asc"
e, err := readEntity(keyfile)
if err != nil {