Skip to content

Commit

Permalink
fix: fix empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Jan 15, 2019
1 parent 0edea57 commit 4ea468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/create-downstream-release-branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = function (dep) {
await slackMessenger({
webhookUrl: argv.slackWebhookUrl,
message: `The downstream branch ${argv.targetBranch} (https://github.com/${argv.owner}/${argv.repo}/tree/${argv.targetBranch}) has been created sucessfully.
\nA pull request for ${argv.targetBranch} has been created at ${pullRequest.data.html_url}.`
A pull request for ${argv.targetBranch} has been created at ${pullRequest.data.html_url}.`
})
}

Expand Down

0 comments on commit 4ea468d

Please sign in to comment.