-
Richard Muzik authored
The previous regex was matching strings that shouldn't have been matched, resulting in colons being placed in the wrong spots. Url "ssh://user@host:path/path" transformed into "user@host:path:/path"
Richard Muzik authoredThe previous regex was matching strings that shouldn't have been matched, resulting in colons being placed in the wrong spots. Url "ssh://user@host:path/path" transformed into "user@host:path:/path"
Loading