Skip to content

Commit a4f6228

Browse files
committed
correct body updated
1 parent 2d3212e commit a4f6228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/pkg/drift/github_issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (ghi GithubIssueNotification) Send(projectName string, plan string) error {
2727
})
2828
if exists {
2929
log.Printf("Issue found: %v", theIssue)
30-
_, err := (*ghi.GithubService).UpdateIssue(theIssue.ID, theIssue.Title, theIssue.Body)
30+
_, err := (*ghi.GithubService).UpdateIssue(theIssue.ID, theIssue.Title, message)
3131
if err != nil {
3232
log.Printf("error while updating issue: %v", err)
3333
}

0 commit comments

Comments
 (0)