There was an error while loading. Please reload this page.
2 parents f6acc0a + 821cee1 commit 3ea7057Copy full SHA for 3ea7057
1 file changed
update_version.py
@@ -17,6 +17,7 @@ def check_up_to_date(ref: str) -> None:
17
18
19
def checkout_master() -> None:
20
+ check_call(['git', 'fetch'])
21
check_call(['git', 'checkout', 'master'])
22
23
0 commit comments