Skip to content

Commit

Permalink
Change the check result text
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Oct 1, 2024
1 parent 12ef9e3 commit b97e443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (o OctopusUnusedProjectsCheck) Execute() (checks.OctopusCheckResult, error)

if len(unusedProjects) > 0 {
return checks.NewOctopusCheckResultImpl(
"The following projects have not had any tasks "+daysString+" days:\n"+strings.Join(unusedProjects, "\n"),
"The following projects have not had any tasks in "+daysString+" days:\n"+strings.Join(unusedProjects, "\n"),
o.Id(),
"",
checks.Warning,
Expand Down

0 comments on commit b97e443

Please sign in to comment.