From d7e53bfdb3ee0570b60bdc6d82527373276d9c58 Mon Sep 17 00:00:00 2001 From: shati-patel <42641846+shati-patel@users.noreply.github.com> Date: Wed, 26 May 2021 12:12:36 +0100 Subject: [PATCH] Fix Windows commands --- tools/autobuild.cmd | 2 +- tools/qltest.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/autobuild.cmd b/tools/autobuild.cmd index 4ac59f466a3..bfb1cf4010e 100644 --- a/tools/autobuild.cmd +++ b/tools/autobuild.cmd @@ -4,7 +4,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^ --include-extension=.rb ^ --include-extension=.erb ^ --size-limit=5m ^ - --language=ruby ^ + --language=ql ^ "%CODEQL_EXTRACTOR_QL_WIP_DATABASE%" exit /b %ERRORLEVEL% diff --git a/tools/qltest.cmd b/tools/qltest.cmd index 972afb64aaa..b59c783d6d0 100644 --- a/tools/qltest.cmd +++ b/tools/qltest.cmd @@ -5,7 +5,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^ --include-extension=.rb ^ --include-extension=.erb ^ --size-limit=5m ^ - --language=ruby ^ + --language=ql ^ "%CODEQL_EXTRACTOR_QL_WIP_DATABASE%" exit /b %ERRORLEVEL%