Skip to content

Commit 51ab35e

Browse files
committed
fix docs gen
1 parent f573081 commit 51ab35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_sitter/code_generation/codegen_sdk_codebase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_codegen_sdk_subdirectories() -> list[str]:
99
graphsitter_path = os.path.join(base, "graph_sitter")
1010
paths = [os.path.join(base, "codemods")]
1111
for dir in os.listdir(graphsitter_path):
12-
if dir in ["git", "extensions"]:
12+
if dir in ["git", "extensions", "cli"]:
1313
continue
1414
paths.append(os.path.join(graphsitter_path, dir))
1515

0 commit comments

Comments
 (0)