Skip to content

Commit dfd6698

Browse files
committed
fix: use 'skills' (plural) instead of 'skill' for OpenCode skills directory
1 parent a5a2d52 commit dfd6698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/paths/paths.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (p *Paths) SyncableOpenCodePaths() []string {
9090
filepath.Join(p.OpenCodeConfigDir, "AGENTS.md"),
9191
filepath.Join(p.OpenCodeConfigDir, "agent"),
9292
filepath.Join(p.OpenCodeConfigDir, "command"),
93-
filepath.Join(p.OpenCodeConfigDir, "skill"),
93+
filepath.Join(p.OpenCodeConfigDir, "skills"),
9494
filepath.Join(p.OpenCodeConfigDir, "mode"),
9595
filepath.Join(p.OpenCodeConfigDir, "themes"),
9696
filepath.Join(p.OpenCodeConfigDir, "plugin"),

0 commit comments

Comments
 (0)