mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-30 05:46:35 -04:00
Enable real sync deletions on client
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ func syncLists(localEntryModMap, remoteEntryModMap map[string]int64) {
|
||||
func deletionSync(deletions []string) {
|
||||
for _, deletion := range deletions {
|
||||
fmt.Println(ansiDelete+deletion+backend.AnsiReset, "has been sheared, removing...")
|
||||
//os.RemoveAll(backend.EntryRoot + deletion) TODO uncomment after testing
|
||||
os.RemoveAll(backend.EntryRoot + deletion)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user