Update changelog

This commit is contained in:
Andrew Eisenberg 2022-01-24 09:42:57 -08:00
parent e6bcd71529
commit f8c38c1af3
4 changed files with 4 additions and 4 deletions

View file

@ -232,7 +232,7 @@ export async function runQueries(
try {
if (hasPackWithCustomQueries) {
logger.info("Performing analysis with custom QL Packs.");
logger.info("Performing analysis with custom CodeQL Packs.");
logger.startGroup(`Downloading custom packs for ${language}`);
const codeql = await getCodeQL(config.codeQLCmd);