summaryrefslogtreecommitdiffstats
path: root/cmd/commands/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands/command.go')
-rw-r--r--cmd/commands/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/commands/command.go b/cmd/commands/command.go
index 0202714b6..380816644 100644
--- a/cmd/commands/command.go
+++ b/cmd/commands/command.go
@@ -36,6 +36,7 @@ func moveCommandCmdF(command *cobra.Command, args []string) error {
if err != nil {
return err
}
+ defer a.Shutdown()
if len(args) < 2 {
return errors.New("Enter the destination team and at least one comamnd to move.")