Skip to content

Commit 407f63b

Browse files
committed
QL: Fix Windows commands
1 parent 6bb91f4 commit 407f63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/autobuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
44
--include-extension=.rb ^
55
--include-extension=.erb ^
66
--size-limit=5m ^
7-
--language=ruby ^
7+
--language=ql ^
88
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
99

1010
exit /b %ERRORLEVEL%

tools/qltest.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
55
--include-extension=.rb ^
66
--include-extension=.erb ^
77
--size-limit=5m ^
8-
--language=ruby ^
8+
--language=ql ^
99
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
1010

1111
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)