Skip to content

Commit acff279

Browse files
authored
Merge pull request #10147 from github/aibaars-fix-go
Go: fix tracing spec for windows
2 parents f570cc1 + 8996c54 commit acff279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/codeql-tools/tracing-config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function RegisterExtractorPack()
1010

1111
}
1212
if OperatingSystem == 'windows' then
13-
goExtractor = goExtractor .. 'go-extractor.exe'
13+
goExtractor = goExtractor .. '.exe'
1414
patterns = {
1515
CreatePatternMatcher({'^go%-autobuilder%.exe$'}, MatchCompilerName,
1616
nil, {trace = false}),

0 commit comments

Comments
 (0)