Skip to content

Commit

Permalink
fix(debug): import extended debug command
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed May 5, 2023
1 parent 47154f6 commit 5d33944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/akash/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
genutilcli.ValidateGenesisCmd(app.ModuleBasics()),
AddGenesisAccountCmd(app.DefaultHome),
tmcli.NewCompletionCmd(rootCmd, true),
debug.Cmd(),
debugCmd,
)

rootCmd.SetOut(rootCmd.OutOrStdout())
Expand Down

0 comments on commit 5d33944

Please sign in to comment.