dev/release.sh: Fix typo
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Nov 2020 07:39:39 +0000 (08:39 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Feb 2021 13:13:52 +0000 (14:13 +0100)
tagley -> tagkey

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/14061)

dev/release.sh

index be8c89bb69df2761904daf93b941947560989525..f3b8e09ee09c4f2ad4b5e8e52a4aa56234881d73 100755 (executable)
@@ -121,7 +121,7 @@ while true; do
         ;;
     --local-user )
         shift
-        tagley=" -u $1"
+        tagkey=" -u $1"
         gpgkey=" -u $1"
         shift
         ;;