Add newline to debug logging statement (#11)

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:39:08 -04:00 committed by GitHub
parent 984a23b266
commit c4d4c8098f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,