From: simon75j Date: Thu, 20 May 2010 09:00:14 +0000 (+0000) Subject: Fix release target. X-Git-Tag: yubikey-personalisation_1.3.5-1~5^2~23 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53e5b339415d716bf626838dfdb72a428be2adb;p=yubikey-personalization Fix release target. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@247 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/Makefile.am b/Makefile.am index 8a8a37c..a431e01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ release: echo "Try this instead:"; \ echo " make release USER=[GOOGLEUSERNAME] KEYID=[PGPKEYID]"; \ echo "For example:"; \ - echo " make release USER=simon75j KEYID=B9156397"; \ + echo " make release USER=simon@yubico.com KEYID=B9156397"; \ exit 1; \ fi @if head -3 NEWS | grep -q unreleased; then \