From 9c236e7508cd211d7aeeb67467eee8f5c2bdba96 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Wed, 13 Apr 2016 08:40:35 -0500 Subject: [PATCH] build: Remove gofmt check from core-dev target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f98d6a5f0..083085560 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ quickdev: generate # Shorthand for quickly building the core of Terraform. Note that some # changes will require a rebuild of everything, in which case the dev # target should be used. -core-dev: fmtcheck generate +core-dev: generate go install github.com/hashicorp/terraform # Shorthand for quickly testing the core of Terraform (i.e. "not providers")