Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Aug 24, 2023
1 parent bd5d661 commit 317d7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func localOptPaths(path string) []string {
var list []string
list = append(list, path)
for curr := path; !isRoot(curr); curr = filepath.Dir(curr) {
list = append(list, curr + string(filepath.Separator))
list = append(list, curr+string(filepath.Separator))
}
return list
}
Expand Down

0 comments on commit 317d7c7

Please sign in to comment.