Commit e314f09
Fix proto generation for new subdirectories (#248)
* Fix proto generation failing when new subdirectories are added
The `mv -f` command cannot merge directories — it fails when the
destination directory already exists. Replace with `cp -rf` so that
new proto subdirectories (e.g. nexusservices) are handled correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add comment explaining cp vs mv choice
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3716dd6 commit e314f09
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments