diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp index 489774b078759..19642a9ebe81d 100644 --- a/src/libsync/discovery.cpp +++ b/src/libsync/discovery.cpp @@ -1414,7 +1414,7 @@ void ProcessDirectoryJob::processFileAnalyzeLocalInfo( // // If it's not a move it's just a local-NEW - if (!isMove || (isE2eeMove && !isE2eeMoveOnleneOnlyItemWithCfApi)) { + if (!isMove || (isE2eeMove && !isE2eeMoveOnleneOnlyItemWithCfApi)) { if (base.isE2eEncrypted()) { // renaming the encrypted folder is done via remove + re-upload hence we need to mark the newly created folder as encrypted // base is a record in the SyncJournal database that contains the data about the being-renamed folder with it's old name and encryption information