Skip to content

Commit c60578b

Browse files
giorgidzefacebook-github-bot
authored andcommitted
Rename the library as it includes more metrics than just usc
Summary: This diff renames the library in the `eden/facebook/metrics` directory from `usc` to `lib` as it includes more metrics than just usc. The changes made in the `fbcode/bento_kernels/eden/BUCK` file reflect this change by updating the dependency to `//eden/facebook/metrics:lib`. Differential Revision: D72095290 fbshipit-source-id: fbd4acb1c1931f0e241a0099003ed7992b8a3244
1 parent e697e24 commit c60578b

File tree

1 file changed

+1
-1
lines changed
  • eden/facebook/metrics

1 file changed

+1
-1
lines changed

eden/facebook/metrics/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("//bento:buck_macros.bzl", "bento_test_kernel")
44
oncall("source_control")
55

66
python_library(
7-
name = "usc",
7+
name = "lib",
88
srcs = [
99
"gk.py",
1010
"usc.py",

0 commit comments

Comments
 (0)