Skip to content

Commit

Permalink
fixup! feat(cli): prompt user when landing PR with several commits
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
aduh95 and targos committed Oct 27, 2021
1 parent cbcf4b0 commit 6b173fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/landing_session.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class LandingSession extends Session {
const stray = this.getStrayCommits();
if (stray.length > 1) {
const forceLand = await cli.prompt(
'There are more than one commit in the PR. ' +
'There is more than one commit in the PR. ' +
'Do you still want to land it?',
{ defaultAnswer: !oneCommitMax });

Expand Down

0 comments on commit 6b173fb

Please sign in to comment.