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
1717Building The Provider
1818---------------------
1919
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 `
2121
2222``` sh
2323$ mkdir -p $GOPATH /src/github.com/terraform-providers; cd $GOPATH /src/github.com/terraform-providers
24- $ git clone
[email protected] :
terraform-providers /terraform-provider-postgresql
24+ $ git clone
[email protected] :
cyrilgdn /terraform-provider-postgresql
2525```
2626
2727Enter the provider directory and build the provider
2828
2929``` sh
30- $ cd $GOPATH /src/github.com/terraform-providers /terraform-provider-postgresql
30+ $ cd $GOPATH /src/github.com/cyrilgdn /terraform-provider-postgresql
3131$ make build
3232```
3333
You can’t perform that action at this time.
0 commit comments