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:
parent
984a23b266
commit
c4d4c8098f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue