Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyingjie committed Apr 14, 2021
1 parent 13db235 commit 02c0dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/command/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type EaseGatewayConfig struct {
ClusterRole string `yaml:"cluster-role" jsonschema:"required"`
ClusterClientUrl string `yaml:"cluster-client-url" jsonschema:"required"`
ClusterPeerUrl string `yaml:"cluster-peer-url" jsonschema:"required"`
ClusterJoinUrls string `yaml:"cluster-join-urls:" jsonschema:"required"`
ClusterJoinUrls string `yaml:"cluster-join-urls" jsonschema:"required"`
ApiAddr string `yaml:"api-addr" jsonschema:"required"`
DataDir string `yaml:"data-dir" jsonschema:"required"`
WalDir string `yaml:"wal-dir" wal-dir:"required"`
Expand Down

0 comments on commit 02c0dc8

Please sign in to comment.