Skip to content

Commit 6a1ce52

Browse files
authored
Merge pull request #3666 from TBK/patch-1
Fix typo in t-locks.sh
2 parents 183446c + 81c8d52 commit 6a1ce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t-locks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ begin_test "list locks with pagination"
129129

130130
for i in $(seq 1 5); do
131131
git lfs lock --json "h_$i.dat" | tee lock.log
132-
assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$1.dat")"
132+
assert_server_lock "$reponame" "$(assert_lock "lock.log" "h_$i.dat")"
133133
done
134134

135135
# The server will return, at most, three locks at a time

0 commit comments

Comments
 (0)