diff --git a/Makefile b/Makefile index f98d6a5f0c..0830855603 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")