Skip to content

Commit c6616c3

Browse files
committed
pass in correct root
1 parent a41f215 commit c6616c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/build/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func GfmrunActionFunc(cCtx *cli.Context) error {
232232

233233
if walk {
234234
// Walk the directory and find all markdown files.
235-
err := filepath.Walk(top, func(path string, info os.FileInfo, err error) error {
235+
err := filepath.Walk(filename, func(path string, info os.FileInfo, err error) error {
236236
if err != nil {
237237
return err
238238
}

0 commit comments

Comments
 (0)