Merge pull request #248 from github/hmakholm/pr/windows-autobuilder

attempt to fix Windows autobuilder script
This commit is contained in:
Aditya Sharad
2021-08-09 09:49:17 -07:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
@echo off
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM\autobuilder"
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM%\autobuilder"
exit /b %ERRORLEVEL%