Skip to content

Fix ssh url regex

Richard Muzik requested to merge ssh_regex_fix into master

The previous regex was matching strings that shouldn't have been matched, resulting in colons being placed in the wrong spots.

Merge request reports