We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8430e34 commit 6224ea6Copy full SHA for 6224ea6
tools/cli/admin_cluster_commands.go
@@ -82,7 +82,7 @@ func AdminAddSearchAttribute(c *cli.Context) error {
82
if err != nil {
83
return commoncli.Problem("Add search attribute failed.", err)
84
}
85
- fmt.Println("Success. Note that for a multil-node Cadence cluster, DynamicConfig MUST be updated separately to whitelist the new attributes.")
+ fmt.Println("Success. Note that for a multi-node Cadence cluster, DynamicConfig MUST be updated separately to whitelist the new attributes.")
86
return nil
87
88
0 commit comments