Skip to content

Commit

Permalink
Merge pull request #237 from unihd-cag/final-final-fix-of-version-bump
Browse files Browse the repository at this point in the history
Fetch before checkout
  • Loading branch information
nielsbuwen authored Aug 18, 2023
2 parents f6acc0a + 821cee1 commit 3ea7057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def check_up_to_date(ref: str) -> None:


def checkout_master() -> None:
check_call(['git', 'fetch'])
check_call(['git', 'checkout', 'master'])


Expand Down

0 comments on commit 3ea7057

Please sign in to comment.