Fix `make ci` if `dep` wasn't pre-installed.

This commit is contained in:
Igor Mandrigin 2018-05-04 10:32:05 +02:00 committed by Pedro Pombeiro
parent 5d802abe9e
commit 153d4160e1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ xgo:
docker pull $(XGOIMAGE)
go get github.com/karalabe/xgo
setup: lint-install mock-install ##@other Prepare project for first build
setup: dep-install lint-install mock-install ##@other Prepare project for first build
generate: ##@other Regenerate assets and other auto-generated stuff
go generate ./static