mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-09 11:48:15 +00:00
Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
This commit is contained in:
path.Dir can't handle Windows case, must use filepath.Dir