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 d823438 commit 28243ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28243ce

Please sign in to comment.