Skip to content

Commit 41af75b

Browse files
fix: use the correct env var for this extractor
1 parent 1709e32 commit 41af75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pre-finalize.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
99
--size-limit=5m ^
1010
--language yaml ^
1111
-- ^
12-
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
12+
"%CODEQL_EXTRACTOR_IAC_WIP_DATABASE%"
1313

1414
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)