diff --git a/main.go b/main.go index b15bdc0..258503f 100644 --- a/main.go +++ b/main.go @@ -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 {