Skip to content

Commit

Permalink
fix(cli): increase expected argument count
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen-Com authored May 21, 2024
1 parent b1c3c5c commit cce57dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/alliance/client/cli/gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func CreateAlliance() *cobra.Command {
func UpdateAlliance() *cobra.Command {
cmd := &cobra.Command{
Use: "update-alliance denom reward-weight reward-weight-min reward-weight-max take-rate reward-change-rate reward-change-interval",
Args: cobra.ExactArgs(5),
Args: cobra.ExactArgs(7),
Short: "Update an alliance with the specified parameters",
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
Expand Down

0 comments on commit cce57dd

Please sign in to comment.