We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f3cd commit aec5f3aCopy full SHA for aec5f3a
lib/landing_session.js
@@ -179,7 +179,7 @@ class LandingSession extends Session {
179
{ captureStdout: 'lines' });
180
const suggestion = this.getRebaseSuggestion(subjects);
181
182
- cli.log(`There are ${commitInfo.shas.length.length} commits in the PR`);
+ cli.log(`There are ${commitInfo.shas.length} commits in the PR`);
183
cli.log('Please run the following commands to complete landing\n\n' +
184
`$ ${suggestion}\n` +
185
'$ git node land --continue');
0 commit comments