Skip to content

Commit

Permalink
Merge pull request #114 from atc0005/fix-snapshots-age-misordered-eva…
Browse files Browse the repository at this point in the history
…l-counts

Fix snapshots age misordered eval counts
  • Loading branch information
atc0005 authored Feb 2, 2021
2 parents 5605014 + 1f5ec28 commit 25c76e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vsphere/snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ func SnapshotsAgeOneLineCheckSummary(
"%s: No snapshots older than %d days detected (evaluated %d VMs, %d Snapshots, %d Resource Pools)",
stateLabel,
snapshotsAgeWarning,
snapshotSets.Snapshots(),
len(evaluatedVMs),
snapshotSets.Snapshots(),
len(rps),
)

Expand Down

0 comments on commit 25c76e4

Please sign in to comment.