From 326d589f56cfa045415ee2842fa00b438643a562 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 16 Jan 2014 18:57:51 +0400 Subject: [PATCH] No need for hack with gonuts/commander anymore. --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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