Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
more windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 22, 2018
1 parent 0501c8e commit 5ac31f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/walk.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func (b *Box) Walk(wf WalkFunc) error {
sort.Strings(keys)

for _, k := range keys {
k = resolver.OsPath(k)
if err := wf(k, m[k]); err != nil {
return errors.WithStack(err)
}
Expand Down

0 comments on commit 5ac31f8

Please sign in to comment.