diff --git a/Makefile b/Makefile index 9747d6fe..ed560af6 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,6 @@ all: test check prepare: $(PREPARE_LIST) go get -d -v ./... go get launchpad.net/gocheck - # temporary fix: use commander develop version for now (https://github.com/smira/aptly/pull/1) - cd $(SRCPATH)/github.com/gonuts/commander && git fetch && git checkout develop cover-prepare: go get github.com/golang/lint/golint