pass root_dir using proper bash arg

This commit is contained in:
Jeff Kenney
2021-03-06 00:00:33 -08:00
parent 4c6543136b
commit b977d6544b
3 changed files with 4 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ const buildExec = () => {
execArgs.push('-T', `${overrideTag}`);
}
if (rootDir) {
execArgs.push('-N', `${rootDir}`);
execArgs.push('-R', `${rootDir}`);
}
if (searchDir) {
execArgs.push('-s', `${searchDir}`);