Skip to content

Commit 2b2c3a7

Browse files
committed
fixed summarize-syntax to actually work on Mac (FreeBSD)
1 parent 0ad8d86 commit 2b2c3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/summarize-syntax.gpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: list all gpt files
88

99
#!/bin/bash
1010

11-
find -name '*.gpt'
11+
find . -name '*.gpt'
1212

1313
---
1414
name: cat

0 commit comments

Comments
 (0)