fixing upsyncing deep dir structures

This commit is contained in:
Axel Kittenberger 2022-02-23 17:27:19 +01:00
parent 25d2093b7b
commit 0c9717e716

View file

@ -88,7 +88,7 @@ const upSyncDir =
subs: { },
};
}
await upSyncDir( client, olServer, project, name + '/', leaf );
await upSyncDir( client, olServer, project, relDir + '/' + name + '/', leaf );
}
else
{