Skip to content

Commit

Permalink
Fix Github organisation in cloning instructions.
Browse files Browse the repository at this point in the history
Change the Github organisation from hashicorp/ to terraform-providers/ so the repository can be cloned.
  • Loading branch information
rileykarson authored Jun 9, 2017
1 parent 0e43124 commit 36c0c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36c0c8b

Please sign in to comment.