mona-actions / gh-repo-stats

GH CLI extension to pull statistics on repository metadata used in GitHub migrations
MIT License
179 stars 85 forks source link

Remove String Quotes From Integer Expressions #22

Closed samueljmello closed 2 years ago

samueljmello commented 2 years ago

In many places the script does integer comparisons (-ne, -gt, etc.) which throws the following output to the console when those expressions are executed:

line : [: : integer expression expected

This PR removes those quotes so that doesn't happen.

samueljmello commented 2 years ago

Thanks @ssulei7. Still working on this one.