Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Thomas Stringer
322705950c 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.
2022-05-24 20:36:57 -04:00

View file

@ -58,7 +58,7 @@ Respond %s to continue workflow or %s to cancel.`,
) )
var err error var err error
fmt.Printf( 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.repoOwner,
a.repo, a.repo,
issueTitle, issueTitle,