Skip to content

Commit

Permalink
Make vendor a PHONY target
Browse files Browse the repository at this point in the history
  • Loading branch information
concaf authored and tekton-robot committed Feb 7, 2022
1 parent 3c9ece6 commit 7b2e08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ all: bin/tkn test

FORCE:

.PHONY: vendor
vendor:
@go mod vendor

Expand Down

0 comments on commit 7b2e08e

Please sign in to comment.