Skip to content

Commit d437f88

Browse files
committed
Fixed typo after merge
1 parent 26f9b9f commit d437f88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git/util.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,8 @@ def _release_lock(self):
616616

617617
# if someone removed our file beforhand, lets just flag this issue
618618
# instead of failing, to make it more usable.
619-
lfp = self._lock_file_path()
620619
try:
621-
rmfile(lfp)
620+
rmfile(lock_file)
622621
except OSError:
623622
pass
624623
self._owns_lock = False

0 commit comments

Comments
 (0)