Skip to content

Commit

Permalink
Fix incorrect wrapper target type name (pantsbuild#17936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Neugebauer authored Jan 6, 2023
1 parent 5b70f3f commit 87ace1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/experimental/go/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
from pants.core.util_rules.wrap_source import wrap_source_rule_and_target

wrap_golang = wrap_source_rule_and_target(GoPackageSourcesField, "kotlin_sources")
wrap_golang = wrap_source_rule_and_target(GoPackageSourcesField, "go_package_sources")


def target_types():
Expand Down

0 comments on commit 87ace1f

Please sign in to comment.