Skip to content

Commit d988007

Browse files
committed
attempt to fix Windows autobuilder script
1 parent e8f6cb6 commit d988007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/autobuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22

3-
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM\autobuilder"
3+
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM%\autobuilder"
44

55
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)