15 lines
399 B
Diff
15 lines
399 B
Diff
diff --git a/tools/gpgkey2ssh.c b/tools/gpgkey2ssh.c
|
|
index 903fb5b..d5611dc 100644
|
|
--- a/tools/gpgkey2ssh.c
|
|
+++ b/tools/gpgkey2ssh.c
|
|
@@ -268,7 +268,7 @@ main (int argc, char **argv)
|
|
keyid = argv[1];
|
|
|
|
ret = asprintf (&command,
|
|
- "gpg --list-keys --with-colons --with-key-data '%s'",
|
|
+ "@out@/bin/gpg2 --list-keys --with-colons --with-key-data '%s'",
|
|
keyid);
|
|
assert (ret > 0);
|
|
|
|
|