2015-12-27 19:56:52 +00:00
|
|
|
diff --git a/tools/gpgkey2ssh.c b/tools/gpgkey2ssh.c
|
|
|
|
index 903fb5b..d5611dc 100644
|
|
|
|
--- a/tools/gpgkey2ssh.c
|
|
|
|
+++ b/tools/gpgkey2ssh.c
|
2016-03-31 15:16:46 +00:00
|
|
|
@@ -268,7 +268,7 @@ main (int argc, char **argv)
|
2015-12-27 19:56:52 +00:00
|
|
|
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);
|
|
|
|
|
|
|
|
|