diff options
Diffstat (limited to 'commands/ls.go')
-rw-r--r-- | commands/ls.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ls.go b/commands/ls.go index ea5418c4..18496e06 100644 --- a/commands/ls.go +++ b/commands/ls.go @@ -14,6 +14,7 @@ func runLsBug(cmd *cobra.Command, args []string) error { if err != nil { return err } + defer backend.Close() allIds := backend.AllBugsId(cache.OrderByCreation, cache.OrderAscending) |