From 28243ce1e0eef54a8b441d470da98c7b191e1a1c Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Thu, 18 Jan 2024 11:38:49 -0800 Subject: [PATCH] checkpoint. Signed-off-by: Jeff Ortel --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8edffbcd9..6bd5f5cb7 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,9 @@ BUILD = --tags json1 -o bin/hub github.com/konveyor/tackle2-hub/cmd # Build ALL commands. cmd: hub addon -# Run go fmt against code +# Format the code. fmt: ${GOIMPORTS} goimports -w ${PKGDIR} - go fmt ${PKG} # Run go vet against code vet: