From aa18315a71f09f394e49f8130dbdf4220adb5b7b Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Tue, 20 Aug 2013 19:32:41 +0000 Subject: [PATCH] fix instructions --- input/howto/add-guest.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/howto/add-guest.creole b/input/howto/add-guest.creole index 69edeb7..cfc2c6b 100644 --- a/input/howto/add-guest.creole +++ b/input/howto/add-guest.creole @@ -6,7 +6,7 @@ Import the guest key into your keyring. {{{ echo -n "New user's key fingerprint: " && read fingerprint && - gpg --import "`echo $fingerprint | tr -d ' ' | cut -b 25-`" + gpg --recv-keys "`echo $fingerprint | tr -d ' ' | cut -b 25-`" }}} Change to the directory where you keep the guest-keyring repository: -- 2.20.1