cli: CommandUpdate: Add missing clear of files vector

Tá an tiomantas seo le fáil i:
Albert S. 2022-04-25 22:22:40 +02:00
tuismitheoir a0ced3f7d0
tiomantas b229d9a68d

Féach ar an gComhad

@ -108,6 +108,7 @@ int CommandUpdate::handle(QStringList arguments)
}
}
offset += limit;
files.clear();
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
}