Skip to content

Commit

Permalink
Rename vendor in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Feb 2, 2021
1 parent e72c475 commit 334f9c7
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 @@ -35,7 +35,7 @@ testlocal-build:
docker build -t 127.0.0.1:32000/promxy:latest .
docker push 127.0.0.1:32000/promxy:latest

.PHONY: make-vendor
make-vendor:
.PHONY: vendor
vendor:
GO111MODULE=on $(GO) mod tidy
GO111MODULE=on $(GO) mod vendor

0 comments on commit 334f9c7

Please sign in to comment.