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