From 18c11d34315ce8b0ab4dc87e6aab35757659ac85 Mon Sep 17 00:00:00 2001 From: koalaman Date: Thu, 10 Jul 2014 17:24:28 -0700 Subject: [PATCH] Updated SC1010 (markdown) --- SC1010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1010.md b/SC1010.md index fd06d53..a103db4 100644 --- a/SC1010.md +++ b/SC1010.md @@ -14,4 +14,4 @@ ### Contraindications -If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck and human readers, e.g. instead of `echo I am done`, use `echo "I am done"`. \ No newline at end of file +If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck and human readers, e.g. instead of `echo Task is done`, use `echo "Task is done"`. \ No newline at end of file