From eec7bae1a0dc51567b33d05767399c80a59965c9 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 17 Oct 2017 09:56:54 -0700 Subject: [PATCH] No need to leave this commented out code in --- GNUmakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 900ea4401..996302bb0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -150,8 +150,6 @@ deps: ## Install build and development dependencies go get -u github.com/elazarl/go-bindata-assetfs/... go get -u github.com/hashicorp/vault go get -u github.com/a8m/tree/cmd/tree - ## Unneeded since we use Consul's no-porter branch - ##go get -u github.com/hashicorp/consul/test/porter/cmd/porter .PHONY: check check: ## Lint the source code