mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-04 05:05:52 +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