From 0471c921584693cb980b864dc38fbe3b80baa827 Mon Sep 17 00:00:00 2001 From: blinry Date: Thu, 14 Jan 2021 14:06:39 +0100 Subject: [PATCH] Clarify the hobbies.txt goal --- levels/intro/remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/intro/remote b/levels/intro/remote index 63c4870..a37ab23 100644 --- a/levels/intro/remote +++ b/levels/intro/remote @@ -31,7 +31,7 @@ git commit -m "Added two hobbies" # Get a copy of her timeline using `git clone`! test -d .git -# Add at least two more items to the list! +# Add at least two more lines to hobbies.txt test "$(cat hobbies.txt |wc -l)" -ge 6 # Commit your result.