Files
Gitea/modules/setting/queue.go
T
c1a80b7d6a Use filepath.ToSlash and Join in indexer defaults and queues (#15971)
As revealed by #15964 there is inconsistent use of filepath Join and path Join
for these directories. The best thing to do is to use filepath.Join but then ToSlash
them for consistency.

Signed-off-by: Andrew Thornton <[email protected]>

Co-authored-by: John Olheiser <[email protected]>
2021-05-25 22:50:35 -04:00

6.3 KiB