Skip to content

Commit 111b852

Browse files
authored
fix the import to work repo wide
1 parent 5b2c4d1 commit 111b852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This lets us glob() up all the files inside the examples to make them inputs to tests
44
# (Note, we cannot use `common --deleted_packages` because the bazel version command doesn't support it)
55
# To update the file, execute
6-
import .bazelrc.deleted_packages
6+
import %workspace%/.bazelrc.deleted_packages
77

88
test --test_output=errors
99

0 commit comments

Comments
 (0)