Explorar o código

set visibility for offset-fixer

Breandan Dezendorf %!s(int64=2) %!d(string=hai) anos
pai
achega
1fb291622e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dezendorf/applications/offset-fixer/BUILD

+ 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"],
 )