Skip to content

Commit 2d15859

Browse files
committed
typo
1 parent bd4cd0f commit 2d15859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_defs/go.build_defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _go_toolchain(name:str, srcs:list, labels:list=[], copy_cmd:str, visibility:
100100
tools = ['compile', 'link', 'cover']
101101

102102
if expose_covdata:
103-
entry_points['covdata'] = f'{name}/pkg/tool/{CONFIG.HOSTOS}_{CONFIG.HOSTARCH}/covdata',
103+
entry_points['covdata'] = f'{name}/pkg/tool/{CONFIG.HOSTOS}_{CONFIG.HOSTARCH}/covdata'
104104
tools += ['covdata']
105105

106106
tc = build_rule(

0 commit comments

Comments
 (0)