Skip to content

Commit 76e7426

Browse files
author
Milla Samuel
committed
make clean all
1 parent d64f211 commit 76e7426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/modify_backup.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ func (s modifyBackup) reconcile(
4141
return nil
4242
}
4343

44-
if backup.Status.BackupDetails.SnapshotPeriodSeconds != backup.SnapshotPeriodSeconds() || backup.GetBackupMode() == fdbv1beta2.BackupModeContinuous {
44+
if backup.Status.BackupDetails.SnapshotPeriodSeconds != backup.SnapshotPeriodSeconds() ||
45+
backup.GetBackupMode() == fdbv1beta2.BackupModeContinuous {
4546
adminClient, err := r.adminClientForBackup(ctx, backup)
4647
if err != nil {
4748
return &requeue{curError: err}

0 commit comments

Comments
 (0)