From 36c0c8b4f868a2e98e844ea3091d9666609d03e2 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 9 Jun 2017 15:26:06 -0700 Subject: [PATCH] Fix Github organisation in cloning instructions. Change the Github organisation from hashicorp/ to terraform-providers/ so the repository can be cloned. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c669794..90f11b5d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Clone repository to: `$GOPATH/src/github.com/hashicorp/terraform-provider-$PROVI ```sh $ mkdir -p $GOPATH/src/github.com/hashicorp; cd $GOPATH/src/github.com/hashicorp -$ git clone git@github.com:hashicorp/terraform-provider-$PROVIDER_NAME +$ git clone git@github.com:terraform-providers/terraform-provider-$PROVIDER_NAME ``` Enter the provider directory and build the provider