Skip to content

Commit

Permalink
Push to origin instead of upstream (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored Sep 5, 2017
1 parent 4a09f87 commit 67026a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backport/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup_cpython_repo():
def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):
"""Backport a commit into a branch."""
print(os.chdir("./cpython"))
cp = cherry_picker.CherryPicker('upstream', commit_hash, [branch])
cp = cherry_picker.CherryPicker('origin', commit_hash, [branch])
try:
cp.backport()
except cherry_picker.BranchCheckoutException:
Expand Down

0 comments on commit 67026a9

Please sign in to comment.