SonarSource / sonar-loc-count

GNU Lesser General Public License v3.0
37 stars 27 forks source link

azure_devops_services.sh fails for projects with a space in their name #19

Closed edwardaskew closed 1 year ago

edwardaskew commented 1 year ago

Running azure_devops_services.sh against a project with a space in the name leads to no detected branches and thus no actual counting. This issue is that line 81 should use $name1 rather than $Name.

Patch attached, I can create a PR if you like but for such a simple fix it seems like overkill.

emmanuel-colussi-sonarsource commented 1 year ago

Thanks @edwardaskew for reporting this issue.

emmanuel-colussi-sonarsource commented 1 year ago

Issue solved