Skip to content

Commit d5d1043

Browse files
owaispjanotti
andauthored
Update internal/configsource/zookeeperconfigsource/factory.go
Co-authored-by: Paulo Janotti <[email protected]>
1 parent 82c2534 commit d5d1043

File tree

1 file changed

+1
-1
lines changed
  • internal/configsource/zookeeperconfigsource

1 file changed

+1
-1
lines changed

internal/configsource/zookeeperconfigsource/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (v *zkFactory) CreateConfigSource(_ context.Context, params configprovider.
5959
zkCfg := cfg.(*Config)
6060

6161
if len(zkCfg.Endpoints) == 0 {
62-
return nil, &errMissingEndpoint{errors.New("cannot connect to zk without any endpoints")}
62+
return nil, &errMissingEndpoint{errors.New("cannot connect to zookeeper without any endpoints")}
6363
}
6464

6565
for _, uri := range zkCfg.Endpoints {

0 commit comments

Comments
 (0)