Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 27, 2024
1 parent 245d441 commit 904ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ yargs(hideBin(process.argv))
testNamePattern: args.GrepTest,
subDirectory: args.subDirectory,
shard: args.testShard,
update: args.update ,
update: args.update,
}))
) {
process.exitCode = 1;
Expand Down

0 comments on commit 904ff85

Please sign in to comment.