Skip to content

Commit

Permalink
Change reference to consul repository from master to main (hashicorp#631
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Thomas Eckert authored Aug 23, 2021
1 parent 1283392 commit 9545d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ rebase the branch on master, fixing any conflicts along the way before the code
+ Status `json:"status,omitempty"`
}
```
1. Go to the Consul `api` package for the config entry, e.g. https://github.com/hashicorp/consul/blob/master/api/config_entry_gateways.go
1. Go to the Consul `api` package for the config entry, e.g. https://github.com/hashicorp/consul/blob/main/api/config_entry_gateways.go
1. Copy the top-level fields over into the `Spec` struct except for
`Kind`, `Name`, `Namespace`, `Meta`, `CreateIndex` and `ModifyIndex`. In this
example, the top-level fields remaining are `TLS` and `Listeners`:
Expand Down

0 comments on commit 9545d4a

Please sign in to comment.