Skip to content

Commit

Permalink
replace call to command "prune"
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Jul 28, 2023
1 parent 908d2b9 commit 53db93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bcnad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func initRootCmd(
tmcli.NewCompletionCmd(rootCmd, true),
debug.Cmd(),
config.Cmd(),
pruning.PruningCmd(a.newApp),
pruning.Cmd(a.newApp, app.DefaultNodeHome),
snapshot.Cmd(a.newApp),
)

Expand Down

0 comments on commit 53db93b

Please sign in to comment.