build: Remove gofmt check from core-dev target

This commit is contained in:
James Nugent 2016-04-13 08:40:35 -05:00
parent 286d2fadea
commit 9c236e7508
1 changed files with 1 additions and 1 deletions

View File

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