mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
committed by
Kim "BKC" Carlbäcker
parent
d0490c187c
commit
6510e57758
@@ -90,5 +90,5 @@ func transformKey(key string) string {
|
||||
return key
|
||||
}
|
||||
|
||||
return filepath.Join(key[0:2], key[2:4], key[4:len(key)])
|
||||
return filepath.Join(key[0:2], key[2:4], key[4:])
|
||||
}
|
||||
|
Reference in New Issue
Block a user