Merge pull request #2 from rileykarson/patch-1

Fix Github organisation in cloning instructions.
This commit is contained in:
Clint 2017-06-09 17:33:42 -05:00 committed by GitHub
commit 38d7ba566c

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