Skip to content

Commit a693231

Browse files
committed
Resolved conflict
1 parent 6353632 commit a693231

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/commands/runs.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ module.exports = function run(args) {
1616
utils.setUsageReportingFlag(bsConfig, args.disableUsageReporting);
1717

1818
// Validate browserstack.json values
19-
<<<<<<< HEAD
20-
capabilityHelper.validate(bsConfig, args).then(function (validated) {
21-
=======
2219
return capabilityHelper.validate(bsConfig).then(function (validated) {
23-
>>>>>>> f095146de37ef938646c7144ff45f904b3645b99
2420
logger.info(validated);
2521

2622
// accept the number of parallels

0 commit comments

Comments
 (0)