Skip to content

Commit 0c77d91

Browse files
committed
Added utils in run.js
1 parent bae60e1 commit 0c77d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function run(args) {
2020
logger.info(validated);
2121

2222
// accept the number of parallels
23-
util.setParallels(bsConfig, args);
23+
utils.setParallels(bsConfig, args);
2424

2525
// Archive the spec files
2626
return archiver.archive(bsConfig.run_settings, config.fileName).then(function (data) {

0 commit comments

Comments
 (0)