Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
populate vendor/ from Gopkg.lock without updating it first
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and prashanthpai committed Sep 3, 2018
1 parent 1f9801c commit 4d75627
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 @@ -81,7 +81,7 @@ vendor-update:

vendor-install:
@echo Installing vendored packages
@$(DEPENV) dep ensure
@$(DEPENV) dep ensure -vendor-only
@echo

test: check-reqs
Expand Down

0 comments on commit 4d75627

Please sign in to comment.