mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-10 11:47:54 +02:00
test(opencode): align repair fixtures with canonical home
This commit is contained in:
@@ -100,7 +100,7 @@ function writeCursorState(projectRoot, overrides = {}) {
|
||||
}
|
||||
|
||||
function createOpencodeStateOptions(homeDir, overrides = {}) {
|
||||
const targetRoot = overrides.targetRoot || path.join(homeDir, '.opencode');
|
||||
const targetRoot = overrides.targetRoot || path.join(homeDir, '.config', 'opencode');
|
||||
const installStatePath = overrides.installStatePath || path.join(targetRoot, 'ecc-install-state.json');
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user