summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 07:56:30 -0500
committerJeff Carr <[email protected]>2025-06-30 07:56:30 -0500
commitf39125655d2c8efdbc8c1feefd572e67b9a86cd0 (patch)
tree926823f5e7fbe6660d47dfbc7a2f8873b86cfd37
parent17c9a34aa4e7d0a7cbba1b50ba6c418b41dd77d8 (diff)
autogenpb syntax changev0.0.60v0.0.59
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/