Commit 65c16e9
fix: worktree_prune runs in _primary, not sandbox root (#98)
`git worktree prune` needs to run inside the git repo (`_primary/`).
Running it in `sandboxes/ScaledTest/` fails with 'not a git repository'.
Also skip if `_primary` doesn't exist yet.
Co-authored-by: Cistern Agent <agent@cistern.local>1 parent 2491cc3 commit 65c16e9
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
272 | 277 | | |
273 | | - | |
| 278 | + | |
274 | 279 | | |
275 | 280 | | |
276 | 281 | | |
| |||
0 commit comments