This is an automated email from the ASF dual-hosted git repository.

DomGarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f408a9b2e Update dump-zoo command (#6417)
4f408a9b2e is described below

commit 4f408a9b2e72bd95f45d4614b680eadb26532560
Author: Dom G. <[email protected]>
AuthorDate: Tue Jun 9 10:13:31 2026 -0400

    Update dump-zoo command (#6417)
    
    use updated command
---
 assemble/bin/accumulo-util | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemble/bin/accumulo-util b/assemble/bin/accumulo-util
index 50669935d7..a1e64e6c23 100755
--- a/assemble/bin/accumulo-util
+++ b/assemble/bin/accumulo-util
@@ -149,7 +149,7 @@ function main() {
       build_native "${@:2}"
       ;;
     dump-zoo)
-      "$bin"/accumulo config dump-zoo "${@:2}"
+      "$bin"/accumulo zk dump "${@:2}"
       ;;
     gen-monitor-cert)
       gen_monitor_cert

Reply via email to