Skip to content

Commit

Permalink
Set the root tag in reset() as well
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 16, 2024
1 parent 2c23924 commit 1e17563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upstream_utils/upstream_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ def reset(self):

subprocess.run(["git", "switch", "--detach", self.old_tag])

self.set_root_tag(self.old_tag)

self.apply_patches()

def rebase(self, new_tag):
Expand Down

0 comments on commit 1e17563

Please sign in to comment.