This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-maven-plugin.git
The following commit(s) were added to refs/heads/main by this push:
new 3dc16ca Fix typo in rc script
3dc16ca is described below
commit 3dc16cace4dd5ae84e1d9d88965feaa4df13d1c1
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 16 16:01:25 2023 -0400
Fix typo in rc script
---
src/build/create-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/build/create-release-candidate.sh
b/src/build/create-release-candidate.sh
index 0f8c213..f7c5f3b 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -420,7 +420,7 @@ createReleaseCandidate() {
[[ $numSrc == "1" ]] && srcSha=$(sha512sum
target/checkout/**/"$projName-$ver-source-release.tar.gz" | cut -f1 -d" ")
# continue to creating email notification
- echo "$(red Running)" "$(yellow "$scriptname" --create-email "$ver" "$rc")"
+ echo "$(red Running)" "$(yellow "$scriptname" --email "$ver" "$rc")"
createEmail "$ver" "$rc" "" "$srcSha"
}