Skip to content

Commit d7f8501

Browse files
committed
Label() for WORKSPACE
1 parent 55773ab commit d7f8501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazelle/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def go_deps():
182182
)
183183
http_archive(
184184
name = "com_github_smacker_go_tree_sitter",
185-
build_file = "@rules_python_gazelle_plugin//:internal/smacker_BUILD.bazel",
185+
build_file = Label("//:internal/smacker_BUILD.bazel"),
186186
integrity = "sha256-4AkDY4Rh5Auu9Kwzhj5XYSirMLlhmd6ClMWo/r0kmu4=",
187187
strip_prefix = "go-tree-sitter-dd81d9e9be82a8cac96ed1d50c7389c5f1997c02",
188188
url = "https://github.com/smacker/go-tree-sitter/archive/dd81d9e9be82a8cac96ed1d50c7389c5f1997c02.zip",

0 commit comments

Comments
 (0)