Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed May 10, 2024
1 parent 46bb8b6 commit bbc6868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/env/windows_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,5 @@ func (p *Paths) Add(path string) bool {
} else {
path = filepath.FromSlash(path)
}
return p.Set.Add(path)
return p.SortedSet.Add(path)
}

0 comments on commit bbc6868

Please sign in to comment.