Commit 60732f6
fix: rename embedded file_ops binary target to match external reference
The go_binary target in tools/file_ops/BUILD.bazel was still named
"file_ops_external" from the previous phase. This prevented the target
//tools/file_ops:file_ops from being found during the build.
Rename the target to "file_ops" to match all references in:
- toolchains/BUILD.bazel
- toolchains/file_ops_toolchain.bzl
- test/file_ops_integration/file_ops_test.bzl
- MODULE.bazel
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent de0de08 commit 60732f6
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
| |||
0 commit comments