mirror of
https://github.com/github/codeql.git
synced 2026-02-08 11:11:06 +01:00
Fix Windows commands
This commit is contained in:
@@ -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%
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user