From 3593ea8b0aefea1b4b5e14010b4453917800723f Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sat, 11 Jun 2016 13:27:08 +0100 Subject: [PATCH] build: Remove format check from plugin-dev This is intended to reduce cycle time during provider development. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4db6275e..d90de225f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ core-test: generate # Shorthand for building and installing just one plugin for local testing. # Run as (for example): make plugin-dev PLUGIN=provider-aws -plugin-dev: fmtcheck generate +plugin-dev: generate go install github.com/hashicorp/terraform/builtin/bins/$(PLUGIN) mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)