fix: doDeleteFiles deletes files (#5198)
This commit is contained in:
committed by
GitHub
parent
1169f94310
commit
8d23e36c45
@@ -410,7 +410,7 @@ func genProcessFunction(sourcePath string, targetPath string, excludePaths []str
|
||||
}
|
||||
// handle deletions
|
||||
if filer_pb.IsDelete(resp) {
|
||||
if doDeleteFiles {
|
||||
if !doDeleteFiles {
|
||||
return nil
|
||||
}
|
||||
if !strings.HasPrefix(string(sourceOldKey), sourcePath) {
|
||||
|
||||
Reference in New Issue
Block a user