From 35cbdf6c85ff154ba9352654d3b658ac5248a164 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 16 Jan 2023 18:35:45 +0000 Subject: [PATCH] docs(file-checker): be specific about what behaviour need to be tested --- subjects/devops/file-checker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/file-checker/README.md b/subjects/devops/file-checker/README.md index 5e7c1cfc..d8d47eb6 100644 --- a/subjects/devops/file-checker/README.md +++ b/subjects/devops/file-checker/README.md @@ -35,7 +35,7 @@ $ ### Hints -[bash conditional expressions](https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html) can be used to solve this exercise. +[bash conditional expressions](https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html) can be used to solve this exercise. When using those expressions, you only need to take into account it's default behavior. For example for `script.sh`: