File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ Requirements
17
17
Building The Provider
18
18
---------------------
19
19
20
- Clone repository to: ` $GOPATH/src/github.com/terraform-providers /terraform-provider-postgresql `
20
+ Clone repository to: ` $GOPATH/src/github.com/cyrilgdn /terraform-provider-postgresql `
21
21
22
22
``` sh
23
23
$ mkdir -p $GOPATH /src/github.com/terraform-providers; cd $GOPATH /src/github.com/terraform-providers
24
- $ git clone git@github.com:terraform-providers /terraform-provider-postgresql
24
+ $ git clone git@github.com:cyrilgdn /terraform-provider-postgresql
25
25
```
26
26
27
27
Enter the provider directory and build the provider
28
28
29
29
``` sh
30
- $ cd $GOPATH /src/github.com/terraform-providers /terraform-provider-postgresql
30
+ $ cd $GOPATH /src/github.com/cyrilgdn /terraform-provider-postgresql
31
31
$ make build
32
32
```
33
33
You can’t perform that action at this time.
0 commit comments