mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Merge pull request #47 from ByteHamster/patch-1
Fixed description text of "remove tags" level
This commit is contained in:
commit
ec9b467cc6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ git checkout --detach main
|
||||||
|
|
||||||
[win]
|
[win]
|
||||||
|
|
||||||
# Did you create a new tag?
|
# Did you remove all tags?
|
||||||
test "$(git tag -l | wc -l)" -eq 0
|
test "$(git tag -l | wc -l)" -eq 0
|
||||||
|
|
||||||
[actions]
|
[actions]
|
||||||
|
|
Loading…
Reference in a new issue