Skip to content

Commit d717cb1

Browse files
authored
fix: error with codegen plugin path (#33)
1 parent 5b1272f commit d717cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecsact/private/ecsact_build_recipe.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _ecsact_build_recipe(ctx):
2525
for codegen_plugin in ctx.attr.codegen_plugins:
2626
info = codegen_plugin[EcsactCodegenPluginInfo]
2727
sources.append({
28-
"codegen": [info.plugin],
28+
"codegen": [info.plugin.path],
2929
"outdir": ctx.attr.codegen_plugins[codegen_plugin],
3030
})
3131

0 commit comments

Comments
 (0)