Skip to content

Commit

Permalink
dev: string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Sep 14, 2022
1 parent b00da21 commit 1dd5a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/ch_config_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (c *ClickHouseConfigGenerator) GetRemoteServers(options *RemoteServersGener
// Auto-generated clusters

if c.CHIHostsNum(options) < 1 {
util.Iline(b, 8, "<!-- Autogenerated clusters are skipped due to absence of hots -->")
util.Iline(b, 8, "<!-- Autogenerated clusters are skipped due to absence of hosts -->")
} else {
util.Iline(b, 8, "<!-- Autogenerated clusters -->")
// One Shard All Replicas
Expand Down

0 comments on commit 1dd5a0a

Please sign in to comment.