Skip to content

Commit

Permalink
Update nonadminrestore_controller.go
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Pryc <[email protected]>
  • Loading branch information
mpryc authored Dec 18, 2024
1 parent f3bd9e7 commit a2aef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/nonadminrestore_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func (r *NonAdminRestoreReconciler) createVeleroRestore(ctx context.Context, log

updatedQueueInfo := false

// Determine how many Backups are scheduled before the given VeleroRestore in the OADP namespace.
// Determine how many Restores are scheduled before the given VeleroRestore in the OADP namespace.
queueInfo, err := function.GetRestoreQueueInfo(ctx, r.Client, r.OADPNamespace, veleroRestore)
if err != nil {
// Log error and continue with the reconciliation, this is not critical error as it's just
Expand Down

0 comments on commit a2aef9f

Please sign in to comment.