Skip to content

Commit d8c024d

Browse files
authored
fix: spacing in warnForWrongBranch() (#448)
1 parent 060ae21 commit d8c024d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prepare_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ class ReleasePreparation {
522522
cli.separator();
523523
cli.info(
524524
`Switch to \`${stagingBranch}\` with \`git` +
525-
`checkout ${stagingBranch}\` before proceeding.`);
525+
` checkout ${stagingBranch}\` before proceeding.`);
526526
cli.separator();
527527
return true;
528528
}

0 commit comments

Comments
 (0)