fix(cli): fix cli folder sync

This commit is contained in:
Ruben Fiszel
2023-05-08 20:41:31 +02:00
parent 1c2b9860a2
commit 0adf83f090

View File

@@ -21,6 +21,7 @@ export async function pushFolder(
if (name.startsWith("f/")) {
name = name.substring(2);
}
name = name.split("/")[0];
if (folder) {
if (isSuperset(localFolder, folder)) {