diff --git a/cmd/akash/cmd/root.go b/cmd/akash/cmd/root.go index f5e2a84e16..4a6885bc6c 100644 --- a/cmd/akash/cmd/root.go +++ b/cmd/akash/cmd/root.go @@ -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())