Skip to content

Commit

Permalink
consumer: revert queryCmd registration to old way
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Oct 13, 2023
1 parent 5696438 commit 86382bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/interchain-security-cd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func queryCommand() *cobra.Command {
)

// @MSalopek: deprecated by usage of autocli
// consumer.ModuleBasics.AddQueryCommands(cmd)
consumer.ModuleBasics.AddQueryCommands(cmd)

return cmd
}

0 comments on commit 86382bb

Please sign in to comment.