opencode: fix config file location
The file should be named `opencode.json`, not `config.json`. Docs: https://opencode.ai/docs/config/#global @moduon MT-13030
This commit is contained in:
parent
356a88a574
commit
082a4cd87c
6 changed files with 11 additions and 11 deletions
|
|
@ -4,6 +4,6 @@
|
|||
settings = { };
|
||||
};
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/opencode/config.json
|
||||
assertPathNotExists home-files/.config/opencode/opencode.json
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue