Skip to content

Commit

Permalink
fix drive letter usage in eval
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Feb 19, 2024
1 parent a199b58 commit ed1206c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vfs/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ outer:
}
p := next
if rooted {
p = PathSeparatorString + next
p = vol + PathSeparatorString + next
}
fi, err := fs.Lstat(p)
if err != nil {
Expand Down

0 comments on commit ed1206c

Please sign in to comment.