Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Mar 22, 2024
1 parent 6fc79f4 commit 7a8a76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Test(t *testing.T) {

path, err := exec.LookPath("vale")
if err != nil {
t.Fatal(err)
path = "./bin/vale"
}

ts.Commands["vale"] = cmdtest.Program(path)
Expand Down

0 comments on commit 7a8a76f

Please sign in to comment.