mirror of
https://github.com/rclone/rclone.git
synced 2025-07-15 03:35:23 +02:00
Fix directory name normalisation on OS X
This commit is contained in:
@ -183,7 +183,7 @@ func (f *Fs) list(out fs.ListOpts, remote string, dirpath string, level int) (su
|
||||
if fi.IsDir() {
|
||||
if out.IncludeDirectory(newRemote) {
|
||||
dir := &fs.Dir{
|
||||
Name: f.cleanUtf8(newRemote),
|
||||
Name: normString(f.cleanUtf8(newRemote)),
|
||||
When: fi.ModTime(),
|
||||
Bytes: 0,
|
||||
Count: 0,
|
||||
|
Reference in New Issue
Block a user