1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2071 (markdown)

Joachim Ansorg 2021-11-12 19:28:21 +01:00
parent 580fe08eb0
commit f4beb299ab

@ -1,4 +1,4 @@
## > is for string comparisons. Use -gt instead.
## `>` is for string comparisons. Use `-gt` instead.
### Problematic code: