summaryrefslogtreecommitdiffstats
path: root/cmd/commands/reset.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands/reset.go')
-rw-r--r--cmd/commands/reset.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/commands/reset.go b/cmd/commands/reset.go
index e766b2206..15222acae 100644
--- a/cmd/commands/reset.go
+++ b/cmd/commands/reset.go
@@ -29,6 +29,7 @@ func resetCmdF(command *cobra.Command, args []string) error {
if err != nil {
return err
}
+ defer a.Shutdown()
confirmFlag, _ := command.Flags().GetBool("confirm")
if !confirmFlag {