Skip to content

Commit

Permalink
Fix missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Oct 19, 2024
1 parent 6234742 commit 4137fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chore/lib/src/command/check.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Check extends BaseCommand {

@override
Future<void> run() async {
for (final package in await context.resolve(argResults!)) {
for (final package in await context.resolve(topLevelResults)) {
await _runForPackage(package);
}
}
Expand Down

0 comments on commit 4137fe0

Please sign in to comment.