Skip to content

Commit

Permalink
fix: spacing in warnForWrongBranch() (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Lopez committed Jun 28, 2020
1 parent 53d122b commit 7e02a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prepare_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class ReleasePreparation {
cli.separator();
cli.info(
`Switch to \`${stagingBranch}\` with \`git` +
`checkout ${stagingBranch}\` before proceeding.`);
` checkout ${stagingBranch}\` before proceeding.`);
cli.separator();
return true;
}
Expand Down

0 comments on commit 7e02a95

Please sign in to comment.