Skip to content

Commit

Permalink
Merge pull request #2 from rileykarson/patch-1
Browse files Browse the repository at this point in the history
Fix Github organisation in cloning instructions.
  • Loading branch information
catsby authored Jun 9, 2017
2 parents 0e43124 + 36c0c8b commit 38d7ba5
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 38d7ba5

Please sign in to comment.