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

2
lib/codeql.js generated
View file

@ -524,7 +524,7 @@ function getCodeQLForCmd(cmd) {
async databaseBundle(databasePath, outputFilePath) {
const args = [
"database",
"cleanup",
"bundle",
databasePath,
`--output=${outputFilePath}`,
];