diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 16:04:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 16:04:07 -0600 |
| commit | 412658698a6d1ad09d64723e9a10e676c77afa94 (patch) | |
| tree | d9b3622eee7414982589dc0496c76854fd1b7600 /validate/Makefile | |
| parent | 82935ae6b2d413322b18a9b487973e5ab04e6efd (diff) | |
Repotype() working somewhatv0.0.15
Diffstat (limited to 'validate/Makefile')
| -rw-r--r-- | validate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
