fixing upsyncing deep dir structures
This commit is contained in:
parent
25d2093b7b
commit
0c9717e716
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const upSyncDir =
|
|||
subs: { },
|
||||
};
|
||||
}
|
||||
await upSyncDir( client, olServer, project, name + '/', leaf );
|
||||
await upSyncDir( client, olServer, project, relDir + '/' + name + '/', leaf );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue