Skip to content

Commit

Permalink
misc: use forward slash in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Dec 9, 2023
1 parent b84af0b commit 853c80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ func RelToCwd(path string) string {
if err != nil {
relPath = path
}
return relPath
return filepath.ToSlash(relPath)
}

0 comments on commit 853c80c

Please sign in to comment.