diff --git a/levels/intro/remote b/levels/intro/remote index 8db24e1..bc3c0cc 100644 --- a/levels/intro/remote +++ b/levels/intro/remote @@ -45,8 +45,7 @@ Añade tu nombre a la lista de estudiantes test "$(cat students |wc -l)" -ge 5 Haz commit de tu resultado. -test "$(git show main -|wc -l)" -ge 5 +test "$(git show main |wc -l)" -ge 5 [win teacher] ¡Y usa git push para enviarlo a tu profesora!