We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987026f commit 04cdd68Copy full SHA for 04cdd68
lib/private/utils.bzl
@@ -239,7 +239,7 @@ def _is_bazel_7_or_greater():
239
240
def is_bzlmod_enabled():
241
"""Detect the value of the --enable_bzlmod flag"""
242
- return str(Label("@//:BUILD.bazel")).startswith("@@")
+ return str(Label("//:BUILD.bazel")).startswith("@@")
243
244
def _maybe_http_archive(**kwargs):
245
"""Adapts a maybe(http_archive, ...) to look like an http_archive.
0 commit comments