From 14154fb59b410394a95a97a09ad73b2fc6f05931 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 3 Aug 2025 14:40:41 -0700 Subject: [PATCH] fix: typo --- joint_teapot/workers/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: