From f39125655d2c8efdbc8c1feefd572e67b9a86cd0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 30 Jun 2025 07:56:30 -0500 Subject: [PATCH] autogenpb syntax change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e62757..c1d19ae 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ redomod: clean: rm -f go.* rm -f zookeeper - go-mod-clean --purge + go-mod-clean purge # git clone the sources and all the golang dependancies into ~/go/src # if you don't have go-clone, you can get it from http://go.wit.com/