Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent 5d2dfc7 commit a67848e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/config/combinations.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The inputs values are passed to tasks as arguments.`,
describe: `Identifiers of the current hardware/software system.
Used to compare different machines or configurations together.
Both the identifier and its type must be specified, such as --system.os=linux or
--system.node_version=16
--system.node_version=node_16
Default: none`,
},
}
2 changes: 1 addition & 1 deletion src/config/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const EXAMPLE_CONFIG = {
runnerConfig: { node: { version: '8' } },
reporter: optionalArray('debug'),
reporterConfig: { debug: { property: true } },
system: { os: 'linux', node_version: '8' },
system: { os: 'linux', node_version: 'node_8' },
limit: optionalArray('task_id=10'),
quiet: true,
force: true,
Expand Down

0 comments on commit a67848e

Please sign in to comment.