fix: typo

This commit is contained in:
张泊明518370910136 2025-08-03 14:40:41 -07:00
parent cb5735ac40
commit 14154fb59b
No known key found for this signature in database
GPG Key ID: 134DACA8458EB0E3

View File

@ -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: