From f7c08c10275f7758ae6b0d57677ef2d565012a19 Mon Sep 17 00:00:00 2001 From: Ana Murinigo <91098065+AnaMurinigo@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:30:05 -0300 Subject: [PATCH] Update remote --- levels/intro/remote | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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!