Skip to content

Commit

Permalink
Remove the generic link to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Sep 30, 2024
1 parent a46ec1b commit 12ef9e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/reporters/octopus_web_check_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12ef9e3

Please sign in to comment.