We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae60e1 commit 0c77d91Copy full SHA for 0c77d91
bin/commands/runs.js
@@ -20,7 +20,7 @@ module.exports = function run(args) {
20
logger.info(validated);
21
22
// accept the number of parallels
23
- util.setParallels(bsConfig, args);
+ utils.setParallels(bsConfig, args);
24
25
// Archive the spec files
26
return archiver.archive(bsConfig.run_settings, config.fileName).then(function (data) {
0 commit comments