From 412658698a6d1ad09d64723e9a10e676c77afa94 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 16:04:07 -0600 Subject: Repotype() working somewhat --- validate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validate/Makefile') diff --git a/validate/Makefile b/validate/Makefile index 24a62b6..c287e2e 100644 --- a/validate/Makefile +++ b/validate/Makefile @@ -5,7 +5,7 @@ build: reset GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - ./validate + ./validate --repo go.wit.com/apps/wit-package goimports: goimports -w *.go -- cgit v1.2.3