Skip to content

Commit 7bba412

Browse files
committed
fixup! feat: implement autorebase for PRs with multiple commits
1 parent 96b7b63 commit 7bba412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/landing_session.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class LandingSession extends Session {
165165
// Run git rebase in interactive mode with autosquash but without editor
166166
// so that it will perform everything automatically.
167167
cli.log(`There are ${subjects.length} commits in the PR. ` +
168-
'Attempring autorebase.');
168+
'Attempting autorebase.');
169169
const { upstream, branch } = this;
170170
const msgAmend = '-x "git-node land --amend"';
171171
await runAsync('git',

0 commit comments

Comments
 (0)