Skip to content

Commit

Permalink
Update ci macro path
Browse files Browse the repository at this point in the history
Summary:
The macros have moved from `fbcode/` to `tools/`. See
https://fb.workplace.com/groups/1243087773044302/posts/1477603662926044

Reviewed By: dtolnay

Differential Revision: D67821059

fbshipit-source-id: 1aed279429f62548065320016c64b2148baf06e2
  • Loading branch information
zertosh authored and facebook-github-bot committed Jan 5, 2025
1 parent bdc1757 commit 8ed1a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btd/src/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ mod tests {
..BuckTarget::testing(
"ci_hint@baz",
"foo//bar",
"fbcode//target_determinator/macros/rules/ci_hint.bzl:ci_hint",
"fbsource//tools/target_determinator/macros/rules/ci_hint.bzl:ci_hint",
)
}),
TargetsEntry::Target(BuckTarget {
Expand Down

0 comments on commit 8ed1a79

Please sign in to comment.