Merge branch 'rs/worktree-list-show-locked'

Typofix.

* rs/worktree-list-show-locked:
  t2402: fix typo
This commit is contained in:
Junio C Hamano 2020-11-11 13:18:38 -08:00
Родитель 7fa34c2154 8d88931123
Коммит 3fc24194c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,7 @@ test_expect_success '"list" all worktrees --porcelain' '
test_cmp expect actual
'
test_expect_success '"list" all worktress with locked annotation' '
test_expect_success '"list" all worktrees with locked annotation' '
test_when_finished "rm -rf locked unlocked out && git worktree prune" &&
git worktree add --detach locked master &&
git worktree add --detach unlocked master &&