Skip to content

Commit e8508a8

Browse files
committed
improve cmd display
1 parent 510680a commit e8508a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/combine_prs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func generatePRBody(combinedPRs, mergeFailedPRs []string, command string) string
193193
}
194194

195195
body += "\n> Generated with [gh-combine](https://github.com/github/gh-combine)\n"
196-
body += fmt.Sprintf("\nCommand used: `%s`", command)
196+
body += fmt.Sprintf("\nCommand used:\n\n```bash\n%s\n```", command)
197197

198198
return body
199199
}

0 commit comments

Comments
 (0)