chapel-lang / mason-registry

Package registry for mason, Chapel's package manager
17 stars 25 forks source link

Trim whitespace before and after url in CI #72

Closed ShreyasKhandekar closed 4 months ago

ShreyasKhandekar commented 4 months ago

The URL for the source code for mason packages might have a space before it and this caused errors like fatal: protocol ' https' is not supported because of the leading space when trying to clone the repo in our CI checks. This adds a simple step to trim the whitespace which will hopefully fix this failure.

Audrey MP ran into this with this PR and reported it on Gitter