From: Simon Josefsson Date: Mon, 11 Apr 2011 13:30:28 +0000 (+0200) Subject: Fix pgp key example. X-Git-Tag: v1.5.1~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb72f8ff65dad3c8a842dc11d9e67c094c70188a;p=yubikey-personalization Fix pgp key example. --- diff --git a/Makefile.am b/Makefile.am index e42bb5b..5db67e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,7 @@ release: echo "Try this instead:"; \ echo " make release USER=[GOOGLEUSERNAME] KEYID=[PGPKEYID]"; \ echo "For example:"; \ - echo " make release USER=simon@yubico.com KEYID=B9156397"; \ + echo " make release USER=simon@yubico.com KEYID=2117364A"; \ exit 1; \ fi @head -3 $(srcdir)/NEWS | grep -q "Version $(VERSION) .released `date -I`" || \