dev/release.sh: Fix typo

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)
This commit is contained in:
Richard Levitte 2020-11-09 08:39:39 +01:00
parent 1e3affbbcd
commit 93bae03abf

View File

@ -121,7 +121,7 @@ while true; do
;; ;;
--local-user ) --local-user )
shift shift
tagley=" -u $1" tagkey=" -u $1"
gpgkey=" -u $1" gpgkey=" -u $1"
shift shift
;; ;;