Skip to content

Commit

Permalink
upm list --all should list from all groups as well
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese authored Mar 8, 2024
1 parent 87c3674 commit 86ec30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func runList(language string, all bool, outputFormat outputFormat) {
var results map[api.PkgName]api.PkgSpec = nil
fileExists := util.Exists(b.Specfile)
if fileExists {
results = b.ListSpecfile(false)
results = b.ListSpecfile(true)
}
switch outputFormat {
case outputFormatTable:
Expand Down

0 comments on commit 86ec30d

Please sign in to comment.