Skip to content

Commit 3ea7057

Browse files
authored
Merge pull request #237 from unihd-cag/final-final-fix-of-version-bump
Fetch before checkout
2 parents f6acc0a + 821cee1 commit 3ea7057

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

update_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def check_up_to_date(ref: str) -> None:
1717

1818

1919
def checkout_master() -> None:
20+
check_call(['git', 'fetch'])
2021
check_call(['git', 'checkout', 'master'])
2122

2223

0 commit comments

Comments
 (0)