Skip to content
  • Richard Muzik's avatar
    d619fac8
    Fix ssh url regex · d619fac8
    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"
    d619fac8
    Fix ssh url regex
    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"
Loading