From 41af75be4fb9e9f61b705ee3aa6dbf1b34544428 Mon Sep 17 00:00:00 2001 From: Kevin van der Vlist Date: Sun, 17 Aug 2025 17:56:59 +0200 Subject: [PATCH] fix: use the correct env var for this extractor --- tools/pre-finalize.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pre-finalize.cmd b/tools/pre-finalize.cmd index 20ca437..e32c422 100755 --- a/tools/pre-finalize.cmd +++ b/tools/pre-finalize.cmd @@ -9,6 +9,6 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^ --size-limit=5m ^ --language yaml ^ -- ^ - "%CODEQL_EXTRACTOR_QL_WIP_DATABASE%" + "%CODEQL_EXTRACTOR_IAC_WIP_DATABASE%" exit /b %ERRORLEVEL% \ No newline at end of file