Skip to content

Commit c7377db

Browse files
author
Milla Samuel
committed
Dumb error
1 parent 52f1668 commit c7377db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta2/foundationdbbackup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func (backup *FoundationDBBackup) CheckReconciliation() (bool, error) {
358358
reconciled = false
359359
}
360360

361-
if backup.NeedsBackupReconfiguration() && isRunning {
361+
if isRunning && backup.NeedsBackupReconfiguration() {
362362
backup.Status.Generations.NeedsBackupReconfiguration = backup.Generation
363363
reconciled = false
364364
}

0 commit comments

Comments
 (0)