Skip to content

Commit 79f04c8

Browse files
author
grant.esparza
committed
fix: update project path to use '.opencode'
1 parent 08dde3d commit 79f04c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slash_commands/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def iter_detection_dirs(self) -> Iterable[str]:
6565
".config/opencode/command",
6666
CommandFormat.MARKDOWN,
6767
".md",
68-
(".config/opencode",),
68+
(".opencode",),
6969
),
7070
)
7171

0 commit comments

Comments
 (0)