Update cleanup to bundle

This commit is contained in:
Robin Neatherway
2021-06-10 17:09:58 +01:00
parent 2a9a602a5e
commit 429471162a
3 changed files with 3 additions and 3 deletions

View File

@@ -802,7 +802,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
): Promise<void> {
const args = [
"database",
"cleanup",
"bundle",
databasePath,
`--output=${outputFilePath}`,
];