Skip to content

Commit 06710aa

Browse files
committed
Update pgp-verify-jar.sh
1 parent 4dd71a6 commit 06710aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgp-verify-jar/pgp-verify-jar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@ for artifact in "${artifacts[@]}"; do
250250
if [ "${VERIFICATION_MODE}" = 'online' ] && [ -z ${ONLINE_KEYS+x} ]; then
251251
\gpg --auto-key-locate keyserver --keyserver "${KEYSERVER}" --keyserver-options auto-key-retrieve --verify "${DOWNLOAD_DIR}/${signatureFile}" "${DOWNLOAD_DIR}/${artifactFile}"
252252
else
253-
\gpg --verify "${signatureFile}" "${DOWNLOAD_DIR}/${artifactFile}"
253+
\gpg --verify "${DOWNLOAD_DIR}/${signatureFile}" "${DOWNLOAD_DIR}/${artifactFile}"
254254
fi
255255
done

0 commit comments

Comments
 (0)