lockbox

password manager
Log | Files | Refs | README | LICENSE

commit cac6456f26a5d9bd9ae7666f72b01f9a5a228e93
parent 7979edbbc2e8f3399666823ee82dc8083b263970
Author: Sean Enck <sean@ttypty.com>
Date:   Sat, 16 Jul 2022 15:24:34 -0400

use the proper options

Diffstat:
Mcmd/lb/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/lb/main.go b/cmd/lb/main.go @@ -67,7 +67,7 @@ func main() { return "" } } - files, err := fs.List(store.ViewOptions{Display: true}) + files, err := fs.List(viewOptions) if err != nil { misc.Die("unable to list files", err) }