From 62d406e0de0fcfe373ae45ed8920dc8a9e3e1034 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 23 Oct 2024 00:48:35 -0500 Subject: set a homedir Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3133ae..07bd16c 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,9 @@ curl-uptime: curl-droplets: curl --silent http://localhost:8080/droplets +curl-writeconfig: + curl --silent http://localhost:8080/writeconfig + # this is for release builds using the go.mod files release-build: @echo ${REDOMOD} -- cgit v1.2.3