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