fix typo
This commit is contained in:
parent
4a79cf5421
commit
15419e4926
|
@ -1,7 +1,7 @@
|
||||||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||||||
|
|
||||||
bzl_library(
|
bzl_library(
|
||||||
name = "deps_bzl",
|
name = "defs_bzl",
|
||||||
srcs = ["deps.bzl"],
|
srcs = ["defs.bzl"],
|
||||||
visibility = ["//:__subpackages__"],
|
visibility = ["//:__subpackages__"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue