Add newline to debug logging statement

There was a missing newline in the log. This commit adds the newline so
that there is the proper line breaks.
This commit is contained in:
Thomas Stringer 2022-05-24 20:36:57 -04:00
parent 984a23b266
commit 322705950c

View file

@ -58,7 +58,7 @@ Respond %s to continue workflow or %s to cancel.`,
)
var err error
fmt.Printf(
"Creating issue in repo %s/%s with the following content:\nTitle: %s\nApprovers: %s\nBody:\n%s",
"Creating issue in repo %s/%s with the following content:\nTitle: %s\nApprovers: %s\nBody:\n%s\n",
a.repoOwner,
a.repo,
issueTitle,