diff options
| author | adamdottv <[email protected]> | 2025-06-02 12:00:21 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-02 12:00:21 -0500 |
| commit | 8b5394e03195b4e253bbc20ba9e06d91525fbda2 (patch) | |
| tree | 673b2a96b62a288de7ea7849deaac4e0eabe786b /packages/tui/cmd | |
| parent | da92ee5f0981b6f68c0e846f226ca2d8cadaa386 (diff) | |
| download | opencode-8b5394e03195b4e253bbc20ba9e06d91525fbda2.tar.gz opencode-8b5394e03195b4e253bbc20ba9e06d91525fbda2.zip | |
wip: refactoring tui
Diffstat (limited to 'packages/tui/cmd')
| -rw-r--r-- | packages/tui/cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/cmd/root.go b/packages/tui/cmd/root.go index 175f50b3c..6f0c00f30 100644 --- a/packages/tui/cmd/root.go +++ b/packages/tui/cmd/root.go @@ -61,7 +61,7 @@ to assist developers in writing, debugging, and understanding code directly from } cwd = c } - _, err = config.Load(cwd, debug) + _, err := config.Load(cwd, debug) if err != nil { return err } |
