Fix Github organisation in cloning instructions.

Change the Github organisation from hashicorp/ to terraform-providers/ so the repository can be cloned.
This commit is contained in:
Riley Karson 2017-06-09 15:26:06 -07:00 committed by GitHub
parent 0e43124fce
commit 36c0c8b4f8

View File

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