Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9921977

Browse files
committed
That variable was renamed
1 parent 23c5979 commit 9921977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-credential-atom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ function dialog(q) {
337337

338338
const lines = [];
339339
['protocol', 'host', 'username', 'password'].forEach(k => {
340-
const value = reply[k] !== undefined ? reply[k] : query[k];
340+
const value = reply[k] !== undefined ? reply[k] : q[k];
341341
lines.push(`${k}=${value}\n`);
342342
});
343343

0 commit comments

Comments
 (0)