Skip to content

Commit 3fc2419

Browse files
committed
Merge branch 'rs/worktree-list-show-locked'
Typofix. * rs/worktree-list-show-locked: t2402: fix typo
2 parents 7fa34c2 + 8d88931 commit 3fc2419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2402-worktree-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test_expect_success '"list" all worktrees --porcelain' '
6161
test_cmp expect actual
6262
'
6363

64-
test_expect_success '"list" all worktress with locked annotation' '
64+
test_expect_success '"list" all worktrees with locked annotation' '
6565
test_when_finished "rm -rf locked unlocked out && git worktree prune" &&
6666
git worktree add --detach locked master &&
6767
git worktree add --detach unlocked master &&

0 commit comments

Comments
 (0)