From bed797f3116c0a78626a5c09a801f9f521bd2134 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 16 Feb 2024 03:26:24 -0500 Subject: Check out the origin master HEAD --- checkout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkout.py') diff --git a/checkout.py b/checkout.py index ab9d970..f336203 100755 --- a/checkout.py +++ b/checkout.py @@ -51,7 +51,7 @@ if target_release != "master": for submodule in submodules.keys(): if target_release == "master": - target_head = "refs/heads/master" + target_head = "origin/master" else: target_head = f"refs/tags/{target_release}" # Checkout the given head and reset the working tree -- cgit