Skip to content

Commit

Permalink
fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Jan 7, 2025
1 parent 8b69e2e commit 27485ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/analyze/velero.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@ func analyzeRestores(restores []*velerov1.Restore, count int) []*AnalyzeResult {
velerov1.RestorePhaseFailedValidation: true,
}

failureReasons := []string{
"found a restore with status \"InProgress\" during the server starting, mark it as \"Failed\"",
}
// failureReasons := []string{
// "found a restore with status \"InProgress\" during the server starting, mark it as \"Failed\"",
// }

for _, restore := range restores {
if failedPhases[restore.Status.Phase] {
Expand Down

0 comments on commit 27485ba

Please sign in to comment.