diff --git a/joint_teapot/workers/git.py b/joint_teapot/workers/git.py index 858664c..8eddf62 100644 --- a/joint_teapot/workers/git.py +++ b/joint_teapot/workers/git.py @@ -98,6 +98,7 @@ class Git: "logs/HEAD.lock", "packed-refs.lock", "config.lock", + f"{checkout_dest}.lock", ] for lock_file in lock_files: lock_path = os.path.join(repo_dir, ".git", lock_file)