Skip to content

Commit 099610d

Browse files
committed
chore: wip
1 parent 4eb6b0a commit 099610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ cli
769769
const group = scanResult.groups.find(g =>
770770
g.updates.length === packageUpdates.length
771771
&& g.updates.every(u => packageUpdates.some(pu => pu.name === u.name))
772-
&& packageUpdates.every(pu => g.updates.some(u => u.name === pu.name))
772+
&& packageUpdates.every(pu => g.updates.some(u => u.name === pu.name)),
773773
)
774774

775775
if (!group) {

0 commit comments

Comments
 (0)