Skip to content

Commit aec5f3a

Browse files
addaleaxlundibundi
andauthored
fixup! chore(git-node): avoid dealing with patch files for landing
Co-authored-by: Denys Otrishko <[email protected]>
1 parent 081f3cd commit aec5f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/landing_session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class LandingSession extends Session {
179179
{ captureStdout: 'lines' });
180180
const suggestion = this.getRebaseSuggestion(subjects);
181181

182-
cli.log(`There are ${commitInfo.shas.length.length} commits in the PR`);
182+
cli.log(`There are ${commitInfo.shas.length} commits in the PR`);
183183
cli.log('Please run the following commands to complete landing\n\n' +
184184
`$ ${suggestion}\n` +
185185
'$ git node land --continue');

0 commit comments

Comments
 (0)