Updated SC1010 (markdown)

koalaman
2014-07-10 17:24:28 -07:00
parent a729dbc921
commit 18c11d3431

@@ -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"`.
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"`.