Fixes #2020 - snap binpath not to be passed as arg

This commit is contained in:
sramamoorthy 2019-08-23 10:57:34 -07:00
parent e0824f4915
commit 64000eafb2
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ ACTOR Future<int> execHelper(ExecCmdValueString* execArg, std::string folder, st
auto snapBin = execArg->getBinaryPath();
auto dataFolder = "path=" + folder;
std::vector<std::string> paramList;
paramList.push_back(snapBin.toString());
// get user passed arguments
auto listArgs = execArg->getBinaryArgs();
for (auto elem : listArgs) {