1
0
mirror of https://github.com/go-gitea/gitea synced 2025-02-24 05:31:24 +01:00
zeripath d6d62c071f
Fix repository adoption on Windows () ()
Backport 

A bug was introduced in  where filepath.Join is used to join
putative unadopted repository owner and names together. This is
incorrect as these names are then used as repository names - which shoud
have the '/' separator. This means that adoption will not work on
Windows servers.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-11-01 19:24:37 +00:00
..
2022-06-17 20:17:12 +02:00