Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Oct 10, 2023
1 parent b97766e commit f088cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/upgradetest/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func getUpgradableVersions(ctx context.Context, vList *tools.VersionList, upgrad
(parsedUpgradeToVersion.Minor()-parsedVersion.Minor()) <= 1

if parsedVersion.IsSnapshot() {
// Skip snapshot builds if the most recent version isn't unreleased and this isn't the current
// Skip snapshot builds if the most recent version is released or this isn't the current
// or previous possibly unreleased minor version.
if !mostRecentIsUnreleased || !isCurrentOrPrevMinor {
continue
Expand Down

0 comments on commit f088cc6

Please sign in to comment.