Skip to content

Commit

Permalink
pass in correct root
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Aug 15, 2022
1 parent a41f215 commit c6616c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/build/build.go
Expand Up @@ -232,7 +232,7 @@ func GfmrunActionFunc(cCtx *cli.Context) error {

if walk {
// Walk the directory and find all markdown files.
err := filepath.Walk(top, func(path string, info os.FileInfo, err error) error {
err := filepath.Walk(filename, func(path string, info os.FileInfo, err error) error {
if err != nil {
return err
}
Expand Down

0 comments on commit c6616c3

Please sign in to comment.