mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-21 21:01:08 +02:00
Refactor Level class so that we don't need to copy shell scripts
This commit is contained in:
parent
3291f0a78b
commit
c178a5c63e
6 changed files with 14 additions and 26 deletions
levels/bottom-up/symref-no-deref
|
@ -1,2 +1,2 @@
|
|||
git symbolic-ref refs/fries && exit 1
|
||||
git symbolic-ref refs/fries && return 1
|
||||
test "$(git show-ref -s refs/fries)" = "035e2968dafeea08e46e8fe6743cb8123e8b9aa6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue