This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new edf829d419 Change variable reference in log message edf829d419 is described below commit edf829d419f5e60e98c0808f4e210632850eddda Author: Daniel Roberts <ddani...@gmail.com> AuthorDate: Sun Jul 28 22:15:04 2024 +0000 Change variable reference in log message --- assemble/bin/accumulo-cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemble/bin/accumulo-cluster b/assemble/bin/accumulo-cluster index bcab27ac66..392927c4ac 100755 --- a/assemble/bin/accumulo-cluster +++ b/assemble/bin/accumulo-cluster @@ -255,7 +255,7 @@ function stop_sservers() { stop_service "$sserver" sserver "-g" "$group" done else - echo "${queue} is not a valid resource group ...exiting" + echo "${group} is not a valid resource group ...exiting" fi done }