Skip to content

Commit be03357

Browse files
committed
fixup! fix(git-node): handle single-line commit messages
1 parent 25dfe16 commit be03357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/amend.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const createSession = (overrides = undefined) => {
1717
const options = {
1818
owner: 'nodejs',
1919
repo: 'node',
20-
upstream: 'upstream',
20+
upstream: 'origin',
2121
branch: 'main',
2222
prid: 123,
2323
oneCommitMax: false,

0 commit comments

Comments
 (0)