Skip to content

Commit 67026a9

Browse files
authored
Push to origin instead of upstream (#5)
1 parent 4a09f87 commit 67026a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backport/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setup_cpython_repo():
2828
def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):
2929
"""Backport a commit into a branch."""
3030
print(os.chdir("./cpython"))
31-
cp = cherry_picker.CherryPicker('upstream', commit_hash, [branch])
31+
cp = cherry_picker.CherryPicker('origin', commit_hash, [branch])
3232
try:
3333
cp.backport()
3434
except cherry_picker.BranchCheckoutException:

0 commit comments

Comments
 (0)