Skip to content

Commit c2edefc

Browse files
committed
Revert commit 4f4d7c4. reintroduce kimsufi/soyoustart
1 parent b25b073 commit c2edefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (c *Config) loadAndValidate() error {
7474
func (c *Config) load() error {
7575
validEndpoint := false
7676

77-
ovhEndpoints := [3]string{ovh.OvhEU, ovh.OvhCA, ovh.OvhUS}
77+
ovhEndpoints := [7]string{ovh.OvhEU, ovh.OvhCA, ovh.OvhUS, ovh.KimsufiEU, ovh.KimsufiCA, ovh.SoyoustartEU, ovh.SoyoustartCA}
7878

7979
for _, e := range ovhEndpoints {
8080
if ovh.Endpoints[c.Endpoint] == e {

0 commit comments

Comments
 (0)