Skip to content

Commit

Permalink
makefile fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Apr 7, 2018
1 parent 3d4eb09 commit eddbe2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -13,12 +13,10 @@ prepare:
deps:
@echo "Setting up the vendors folder..."
@dep ensure -v
@go get github.com/devopsfaith/krakend-martian/register
@echo ""
@echo "Resolved dependencies:"
@dep status
@echo ""
@rm -rf vendor/github.com/devopsfaith/krakend-martian/register

test:
go fmt ./...
Expand Down

0 comments on commit eddbe2f

Please sign in to comment.