bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-04-15 13:03:44 +02:00
parent b8d010cd39
commit d439aedee7
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -982,7 +982,6 @@ ReturnValue_t CoreController::actionListDirectoryDumpDirectly(ActionId_t actionI
}
std::ostringstream oss("ls -l", std::ostringstream::ate);
oss << "ls -l";
if (parser.aFlagSet()) {
oss << "a";
}
@ -1051,7 +1050,6 @@ ReturnValue_t CoreController::actionListDirectoryIntoFile(ActionId_t actionId,
}
std::ostringstream oss("ls -l", std::ostringstream::ate);
oss << "ls -l";
if (parser.aFlagSet()) {
oss << "a";
}