Skip to content

Commit

Permalink
Update go_repository.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Aug 12, 2024
1 parent 0f7d22e commit ca9c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/go_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _go_repository_impl(ctx):
fetch_repo_args = None
gazelle_path = None

is_module_extension_repo = ctx.attr.internal_only_do_not_use_apparent_name
is_module_extension_repo = bool(ctx.attr.internal_only_do_not_use_apparent_name)

# Declare Label dependencies at the top of function to avoid unnecessary fetching:
# https://docs.bazel.build/versions/main/skylark/repository_rules.html#when-is-the-implementation-function-executed
Expand Down

0 comments on commit ca9c55f

Please sign in to comment.