mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
parent
3a900e5bb7
commit
ab9f521cbd
@ -178,7 +178,7 @@ func (f *FsLocal) cleanUtf8(name string) string {
|
||||
}
|
||||
name2 += strings.Map(func(r rune) rune {
|
||||
switch r {
|
||||
case '<', '>', '"', '|', '?', '*', '&':
|
||||
case '<', '>', '"', '|', '?', '*', ':':
|
||||
return '_'
|
||||
}
|
||||
return r
|
||||
|
Loading…
Reference in New Issue
Block a user