Skip to content

Commit 73e183d

Browse files
committed
fix BUILD file name
1 parent 1274048 commit 73e183d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/software/thunderscope/log/stats

src/software/thunderscope/log/stats/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ load("@thunderscope_deps//:requirements.bzl", "requirement")
33
package(default_visibility = ["//visibility:public"])
44

55
py_library(
6-
name = "fs_stats",
7-
srcs = ["fs_stats.py"],
6+
name = "fullsystem_stats",
7+
srcs = ["fullsystem_stats.py"],
88
deps = [],
99
)
1010

1111
py_library(
1212
name = "stats",
1313
srcs = ["stats.py"],
1414
deps = [
15-
":fs_stats",
15+
":fullsystem_stats",
1616
"//software/thunderscope:thread_safe_buffer",
1717
],
1818
)

0 commit comments

Comments
 (0)