Skip to content

Commit d679aa5

Browse files
authored
Merge pull request #207 from kevinvandervlist/main
fix: use the correct env var for this extractor
2 parents 5de84b1 + 9df3ce3 commit d679aa5

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)