Skip to content

Commit 0b64ef2

Browse files
authored
Merge pull request #248 from github/hmakholm/pr/windows-autobuilder
attempt to fix Windows autobuilder script
2 parents c0049bf + d988007 commit 0b64ef2

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)