From 12ef9e33df260129cbd6807cf594f1504861171d Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 1 Oct 2024 07:53:28 +1000 Subject: [PATCH] Remove the generic link to the wiki --- internal/reporters/octopus_web_check_reporter.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/reporters/octopus_web_check_reporter.go b/internal/reporters/octopus_web_check_reporter.go index abf9760..d54105b 100644 --- a/internal/reporters/octopus_web_check_reporter.go +++ b/internal/reporters/octopus_web_check_reporter.go @@ -29,8 +29,6 @@ func (o OctopusWebCheckReporter) Generate(results []checks.OctopusCheckResult) ( if len(report) == 0 { return "No issues detected", nil - } else { - report = append(report, "The checks are documented at https://github.com/OctopusSolutionsEngineering/OctopusRecommendationEngine/wiki") } return strings.Join(report[:], "\n\n"), nil