We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upstream
upstream_remote
1 parent 0837b57 commit fbc8b5cCopy full SHA for fbc8b5c
cherry_picker/cherry_picker.py
@@ -636,7 +636,7 @@ def continue_cherry_pick(self):
636
]
637
self.commit_sha1 = get_full_sha_from_short(short_sha)
638
639
- commits = get_commits_from_backport_branch(f"{self.upstream_remote}/{base}")
+ commits = get_commits_from_backport_branch(f"{self.upstream}/{base}")
640
if len(commits) == 1:
641
commit_message = self.amend_commit_message(cherry_pick_branch)
642
else:
0 commit comments