Skip to content

Commit

Permalink
chore(make): misused var for vet cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Nov 14, 2024
1 parent 9d3046c commit 2a65a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ verify: download
$(GOMOD) verify

vet: verify
$(GOMOD) vet ./...
$(GOCMD) vet ./...

devtools-bindgen: GOBUILD_OUTPUT = ./bin/bindgen
devtools-bindgen: GOBUILD_PACKAGES = pkg/js/devtools/bindgen/cmd/bindgen/main.go
Expand Down

0 comments on commit 2a65a91

Please sign in to comment.