File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class LandingSession extends Session {
120
120
getRebaseSuggestion ( subjects ) {
121
121
const { upstream, branch } = this ;
122
122
let command = `git rebase ${ upstream } /${ branch } -i` ;
123
- command += ' -x "git node land --amend"' ;
123
+ command += ' -x "git- node land --amend"' ;
124
124
125
125
const squashes = subjects . filter (
126
126
line => line . includes ( 'fixup!' ) || line . includes ( 'squash!' ) ) ;
@@ -181,7 +181,7 @@ class LandingSession extends Session {
181
181
cli . log ( `There are ${ subjects . length } commits in the PR` ) ;
182
182
cli . log ( 'Please run the following commands to complete landing\n\n' +
183
183
`$ ${ suggestion } \n` +
184
- '$ git node land --continue' ) ;
184
+ '$ git- node land --continue' ) ;
185
185
}
186
186
}
187
187
You can’t perform that action at this time.
0 commit comments