mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-02-05 10:59:19 +01:00
Fix path to example key
This commit is contained in:
parent
961114b44a
commit
c8131295e4
2
main.go
2
main.go
|
@ -70,7 +70,7 @@ func SSHPrivateKeyToAge(bytes []byte) (*string, error) {
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// TODO turn these into CLI inputs
|
// TODO turn these into CLI inputs
|
||||||
keyfile := "./priv-gpg"
|
keyfile := "./test-key.asc"
|
||||||
|
|
||||||
e, err := readEntity(keyfile)
|
e, err := readEntity(keyfile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue