Updated SC1010 (markdown)

koalaman
2015-06-29 13:14:53 -07:00
parent bdaa27c9fd
commit 64929ecb6a

@@ -14,4 +14,4 @@
### Exceptions
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"`.
If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck (and also human readers), e.g. instead of `echo Task is done`, use `echo "Task is done"`. This makes no difference to the shell, but it will silence this warning.