Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linter: address a shellcheck warning
This addresses a `SC2071` warning. '>' operator is for string comparisons. `-gt` should be used here. See [1] [1] https://www.shellcheck.net/wiki/SC2071 Signed-off-by: Alexandre DUVAL - @KannarFr <[email protected]>
- Loading branch information