Skip to content

Commit

Permalink
Export workspace file in go_repository_config.bzl (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj authored Sep 24, 2023
1 parent 2090e57 commit c11d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/go_repository_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _go_repository_config_impl(ctx):
# add an empty build file so Bazel recognizes the config
ctx.file(
"BUILD.bazel",
"",
"exports_files([\"WORKSPACE\"])",
False,
)

Expand Down

0 comments on commit c11d7ce

Please sign in to comment.