Skip to content

Commit 8224122

Browse files
authored
fix(git-node): pass argv to LandingSession constructor (#1039)
1 parent f2f4194 commit 8224122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/git/land.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async function main(state, argv, cli, dir) {
168168
github: true
169169
});
170170
const req = new Request(credentials);
171-
let session = new LandingSession(cli, req, dir);
171+
let session = new LandingSession(cli, req, dir, argv);
172172

173173
if (state !== AMEND &&
174174
state !== CONTINUE &&

0 commit comments

Comments
 (0)