Skip to content

Commit 8de2476

Browse files
committed
More windows compatible
Signed-off-by: David Gageot <[email protected]>
1 parent 0bf3232 commit 8de2476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func TestParseExamples(t *testing.T) {
1313
var files []string
14-
err := filepath.WalkDir("../../examples", func(path string, d fs.DirEntry, err error) error {
14+
err := filepath.WalkDir(filepath.Join("..", "..", "examples"), func(path string, d fs.DirEntry, err error) error {
1515
if err != nil {
1616
return err
1717
}

0 commit comments

Comments
 (0)