Skip to content

Commit

Permalink
fix: Modify log format.
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Jul 4, 2021
1 parent fa11469 commit a4670e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/with-split.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const withSplit = (args: WithSplitArgs): WithSplitResult => {
Object.entries(splits).map(([testKey, options]) => ({
testKey,
path: options.path,
abcs: Object.keys(options.hosts)
distributions: Object.keys(options.hosts)
}))
)
}
Expand Down

0 comments on commit a4670e1

Please sign in to comment.