From c9ccf688c27749dfbab31004b6258dbb759962b2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 18 Oct 2024 07:40:06 -0500 Subject: start simple xml handling Signed-off-by: Jeff Carr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8450c66..b3133ae 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: GO111MODULE=off go build -v -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}" ./virtigo --version - ./virtigo --hosts farm01 farm02 farm03 + # ./virtigo --hosts farm01 farm02 farm03 ./virtigo --start jcarr start-all-droplets: -- cgit v1.2.3