Skip to content

Commit 23e5787

Browse files
committed
Merge branch 'feat-v-1-2'
2 parents 38bdd45 + d6b2d4c commit 23e5787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ module.exports = function (grunt) {
598598
},
599599
run: {
600600
wbDriverUpdate: {
601-
args: [ './node_modules/protractor/bin/webdriver-manager', 'update', '--out_dir="./scripts/"' ],
601+
args: [ './node_modules/protractor/bin/webdriver-manager', 'update', '--out_dir=./scripts/' ],
602602
options: {
603603
passArgs: [
604604
'ie',
@@ -609,7 +609,7 @@ module.exports = function (grunt) {
609609
}
610610
},
611611
wbDriverStatus: {
612-
args: [ './node_modules/protractor/bin/webdriver-manager', 'status', '--out_dir="./scripts/"' ],
612+
args: [ './node_modules/protractor/bin/webdriver-manager', 'status' ],
613613
options: {
614614
passArgs: [
615615
'ie',
@@ -620,7 +620,7 @@ module.exports = function (grunt) {
620620
}
621621
},
622622
wbDriverStart: {
623-
args: [ './node_modules/protractor/bin/webdriver-manager', 'start', '--out_dir="./scripts/"' ],
623+
args: [ './node_modules/protractor/bin/webdriver-manager', 'start', '--out_dir=./scripts/' ],
624624
options: {
625625
passArgs: [
626626
'ie',

0 commit comments

Comments
 (0)