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
Generated
+1 -1
View File
@@ -524,7 +524,7 @@ function getCodeQLForCmd(cmd) {
async databaseBundle(databasePath, outputFilePath) {
const args = [
"database",
"cleanup",
"bundle",
databasePath,
`--output=${outputFilePath}`,
];
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -802,7 +802,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
): Promise<void> {
const args = [
"database",
"cleanup",
"bundle",
databasePath,
`--output=${outputFilePath}`,
];