Skip to content

Commit

Permalink
fix: spacing in warnForWrongBranch() (nodejs#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Jun 28, 2020
1 parent 060ae21 commit d8c024d
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 d8c024d

Please sign in to comment.