From 5e1eeccd66697df2200c23d637b05a4a32c23057 Mon Sep 17 00:00:00 2001 From: Augusto Date: Thu, 26 Sep 2019 16:25:43 +0100 Subject: [PATCH] fix inconsistency, deleted extra white space --- subjects/cl-camp7.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/cl-camp7.en.md b/subjects/cl-camp7.en.md index 8ef1f923a..e1337abe0 100644 --- a/subjects/cl-camp7.en.md +++ b/subjects/cl-camp7.en.md @@ -10,6 +10,6 @@ Create a file `"\?$*'ChouMi'*$?\"` that will contain "01" and **nothing else**. ```console student@ubuntu:~/piscine-go/test$ ls | cat -e -"\?$*'ChouMi'*$?\" $ +"\?$*'ChouMi'*$?\"$ student@ubuntu:~/piscine-go/test$ ```