From f088cc699224a8b02a90b8aa75c50b449c3edce1 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Tue, 10 Oct 2023 17:43:33 -0400 Subject: [PATCH] Fix typo in comment. --- testing/upgradetest/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/upgradetest/versions.go b/testing/upgradetest/versions.go index 331fc5f3fea..485af480bd0 100644 --- a/testing/upgradetest/versions.go +++ b/testing/upgradetest/versions.go @@ -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