Skip to content

Commit

Permalink
Fetch before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbuwen committed Aug 18, 2023
1 parent b4e3a54 commit 821cee1
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 821cee1

Please sign in to comment.