Эх сурвалжийг харах

set visibility for offset-fixer

Breandan Dezendorf 2 жил өмнө
parent
commit
1fb291622e

+ 1 - 0
dezendorf/applications/offset-fixer/BUILD

@@ -3,4 +3,5 @@ load("@rules_python//python:defs.bzl", "py_binary")
 py_binary(
   name = "offset-fixer",
   srcs = ["offset-fixer.py"],
+  visibility = ["//visibility:public"],
 )