Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jan 18, 2024
1 parent 05ea6dc commit 33edfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PKG = ./addon/... \
./test/... \
./tracker/...

DIR = $(subst /...,,${PKG})
PKGDIR = $(subst /...,,${PKG})

BUILD = --tags json1 -o bin/hub github.com/konveyor/tackle2-hub/cmd

Expand All @@ -35,7 +35,7 @@ cmd: hub addon

# Run go fmt against code
fmt: ${GOIMPORTS}
goimports -w ${DIR}
goimports -w ${PKGDIR}
go fmt ${PKG}

# Run go vet against code
Expand Down

0 comments on commit 33edfef

Please sign in to comment.