Skip to content

Commit

Permalink
fixup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Oct 12, 2021
1 parent 52dcc7c commit 425c847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marge/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def update_from_target_branch_and_push(
# and likely explains any previous failure, so it will better to just
# raise a GitError
if source_branch != self.project.default_branch:
repo.checkout_branch(self.project.default_branch:)
repo.checkout_branch(self.project.default_branch)
repo.remove_branch(source_branch)

if not branch_update_done:
Expand Down

0 comments on commit 425c847

Please sign in to comment.