We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88ad17 commit 06c0185Copy full SHA for 06c0185
pkg/commands/list/list.go
@@ -18,7 +18,7 @@ func Execute(c *cli.Context) error {
18
return err
19
}
20
21
- inv := inventory.New(os.DirFS(cfg.BinPath), cfg.BinPath, cfg.GetOptPath(), cfg)
+ inv := inventory.New(os.DirFS(cfg.GetPath()), cfg.GetPath(), cfg.GetOptPath(), cfg)
22
23
for _, key := range inv.GetBinsSortedKeys() {
24
bin := inv.Bins[key]
0 commit comments