mirror of https://gitee.com/bigwinds/arangodb
fix bracket type
This commit is contained in:
parent
8d01619589
commit
e77f9ed3e7
|
@ -183,7 +183,7 @@ function main(argv) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argv.hasOwnProperty('testOutput')} {
|
if (argv.hasOwnProperty('testOutput')) {
|
||||||
testOutputDirectory = argv.testOutput;
|
testOutputDirectory = argv.testOutput;
|
||||||
} else {
|
} else {
|
||||||
testOutputDirectory = 'out';
|
testOutputDirectory = 'out';
|
||||||
|
|
Loading…
Reference in New Issue