1
0
Fork 0

Fix variable access (#7714)

This commit is contained in:
Tobias Gödderz 2018-12-10 15:50:23 +01:00 committed by Michael Hackstein
parent da4179af47
commit a572f09f15
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function runArangodRecovery (params) {
}
)
);
if (options.rr) {
if (params.options.rr) {
binary = 'rr';
argv.unshift(pu.ARANGOD_BIN);
}