Skip to content

Commit 09fb84c

Browse files
committed
Korrigiere den Pfad zum Bazel-Umgebungsmodul in der BUILD-Datei
1 parent 0412820 commit 09fb84c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_env.bzl", "bazel_env")
1+
load("@bazel_env.bzl//:bazel_env.bzl", "bazel_env")
22
load("@bazelrc-preset.bzl", "bazelrc_preset")
33
load("@multitool//:tools.bzl", MULTITOOL_TOOLS = "TOOLS")
44

@@ -9,7 +9,6 @@ bazel_env(
99
"python": "@rules_python//python:current_py_toolchain",
1010
},
1111
tools = MULTITOOL_TOOLS | {
12-
# Tools can be specified as labels - these override multitool
1312
"buildifier": "@buildifier_prebuilt//:buildifier",
1413
"buildozer": "@buildozer//:buildozer",
1514
"format": "//tools/format:format",

0 commit comments

Comments
 (0)