diff --git a/joint_teapot/workers/git.py b/joint_teapot/workers/git.py index 5c71fa9..0aea7c4 100644 --- a/joint_teapot/workers/git.py +++ b/joint_teapot/workers/git.py @@ -105,7 +105,7 @@ class Git: "config.lock", f"refs/heads/{current_branch}.lock", f"refs/remotes/origin/{current_branch}.lock", - f"refs/remotes/origin/{checkout_dest}.lock", + f"refs/heads/{checkout_dest}.lock", f"refs/remotes/origin/{checkout_dest}.lock", ] for lock_file in lock_files: