build: Remove format check from plugin-dev

This is intended to reduce cycle time during provider development.
This commit is contained in:
James Nugent 2016-06-11 13:27:08 +01:00
parent 21f2728a17
commit 3593ea8b0a
1 changed files with 1 additions and 1 deletions

View File

@ -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)