Skip to content

Commit

Permalink
fix heading (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Dec 30, 2024
1 parent d19d04d commit d6e8d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controllers/projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ func CreateTerraformOutputsSummary(gh utils.GithubClientProvider, batch *models.
return fmt.Errorf("could not summarise terraform outputs: %v", err)
}

summary = "## AI summary for terraform plans \n\n" + summary
summary = "## AI summary for terraform outputs \n\n" + summary
prService.EditComment(batch.PrNumber, batch.AiSummaryCommentId, summary)
}
return nil
Expand Down

0 comments on commit d6e8d26

Please sign in to comment.