Skip to content

Commit 98826eb

Browse files
committed
wip
1 parent 6b31379 commit 98826eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bzlmod.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func DumpJSON(result ResolvedResult, targets []string, cmdline []string) ([]byte
124124
}
125125

126126
alreadyInstalled := make(map[string]bool)
127-
for _, name := range maps.Keys(allPackages) {
127+
for _, name := range sortedKeys(allPackages) {
128128
if _, ignored := forceIgnored[name]; ignored {
129129
continue
130130
}

0 commit comments

Comments
 (0)