mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-07-09 13:45:13 +02:00
Fix path to example key
This commit is contained in:
parent
961114b44a
commit
c8131295e4
1 changed files with 1 additions and 1 deletions
2
main.go
2
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue