Skip to content

Commit d6e8d26

Browse files
authored
fix heading (#1866)
1 parent d19d04d commit d6e8d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/controllers/projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ func CreateTerraformOutputsSummary(gh utils.GithubClientProvider, batch *models.
710710
return fmt.Errorf("could not summarise terraform outputs: %v", err)
711711
}
712712

713-
summary = "## AI summary for terraform plans \n\n" + summary
713+
summary = "## AI summary for terraform outputs \n\n" + summary
714714
prService.EditComment(batch.PrNumber, batch.AiSummaryCommentId, summary)
715715
}
716716
return nil

0 commit comments

Comments
 (0)