This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new d28a79722 Remove unnecessary check for specific gpg path.
d28a79722 is described below
commit d28a79722b29c4cf1258258c9eec87a493983341
Author: James Bognar <[email protected]>
AuthorDate: Mon May 12 12:34:07 2025 -0400
Remove unnecessary check for specific gpg path.
---
juneau-release.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/juneau-release.sh b/juneau-release.sh
index c6081e4f0..ecb30605c 100755
--- a/juneau-release.sh
+++ b/juneau-release.sh
@@ -73,7 +73,6 @@ function et {
command -v wget || fail_with_message "wget not found"
command -v gpg || fail_with_message "gpg not found"
-command -v /usr/local/bin/gpg || fail_with_message "gpg not found in
/usr/local/bin"
command -v svn || fail_with_message "svn not found"
export GPG_TTY=$(tty)